adr
Write an Architecture Decision Record documenting a significant technical decision.
Audit project dependencies for known vulnerabilities and outdated packages.
$ 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.
/dependency-auditContext preview
What this command does when you run it.
Audit project dependencies for known vulnerabilities and outdated packages.
Audit project dependencies for known vulnerabilities and outdated packages.
1. Detect the package manager and run the native audit command:
2. Parse audit results and categorize by severity (critical, high, moderate, low). 3. For each vulnerability:
4. Check for outdated dependencies: `npm outdated`, `pip list --outdated`. 5. Generate an upgrade plan prioritized by:
6. Test compatibility of recommended upgrades if possible. 7. Offer to apply safe upgrades automatically.
Dependency Audit Report ======================= Vulnerabilities: <critical>C / <high>H / <moderate>M / <low>L | Package | Current | Patched | Severity | Type | CVE | |---------|---------|---------|----------|------|-----| Outdated (no vulnerabilities): | Package | Current | Latest | Type | |---------|---------|--------|------| Recommended actions: 1. <action with command>
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.