adr
Write an Architecture Decision Record documenting a significant technical decision.
Check all dependency licenses for compliance with project requirements.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/check-licensesContext preview
What this command does when you run it.
Check all dependency licenses for compliance with project requirements.
name: check-licenses description: Check all dependency licenses for compliance with project requirements.
Check all dependency licenses for compliance with project requirements.
1. Detect the package manager: npm, pip, Maven, Gradle, Cargo, Go modules 2. List all direct and transitive dependencies with their versions 3. Retrieve the license type for each dependency 4. Classify licenses: permissive (MIT, Apache-2.0, BSD), copyleft (GPL, AGPL), other 5. Check dependencies against the project's allowed license list 6. Flag any copyleft licenses that may require source code disclosure 7. Identify dependencies with unknown, missing, or custom licenses 8. Check for license compatibility with the project's own license 9. Detect dual-licensed packages and determine which license applies 10. Generate a compliance report: dependency, version, license, status (allowed/flagged/unknown) 11. Calculate the total count by license type 12. Flag any newly added dependencies since the last check
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.