adr
Write an Architecture Decision Record documenting a significant technical decision.
Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status.
$ 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.
/audit-depsContext preview
What this command does when you run it.
Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status.
name: audit-deps description: Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status.
Audit all project dependencies for vulnerabilities, licensing issues, and maintenance status.
1. Detect the package manager and run native audit:
2. Check package maintenance status:
3. Verify license compatibility:
4. Analyze dependency tree depth and size impact. 5. Identify unused dependencies by cross-referencing imports. 6. Generate a prioritized action list.
Dependency Audit - <date> Vulnerabilities: <C>critical, <H>high, <M>moderate, <L>low Licenses: <N> permissive, <N> copyleft, <N> unknown Maintenance: <N> actively maintained, <N> stale, <N> deprecated Unused: <list> Priority actions: 1. [CRITICAL] Upgrade <pkg> to fix CVE-XXXX 2. [WARNING] Replace deprecated <pkg> with <alternative>
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.