License check
License compliance checking and conflict detectionFrom its SKILL.md
npx -y skills add manastalukdar/ai-devstudio --skill license-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 183 tokens by cl100k_base, as published. Nobody here has run it
License Compliance Checker
I'll analyze your project dependencies for license compliance, detect conflicts, and ensure legal compatibility.
Arguments: $ARGUMENTS - focus area (commercial, gpl, conflicts) or specific packages
License Compliance Philosophy
Core Principles:
- Identify all dependency licenses
- Detect incompatible license combinations
- Flag copyleft licenses for commercial projects
- Generate compliance documentation
- Track license changes
Token Optimization
Expected range: 300–1,500 tokens (initial), 100 tokens (cache hit)
Caching: Caches license results keyed by dependency checksum in .claude/cache/license-check/ for 7 days. Invalidated when package.json changes.
Early exit: Returns immediately if all licenses are compatible with the project license.
Patterns used: Grep-before-Read, early exit, caching, Bash for system queries
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.