Use when investigating dependency bloat, security advisories, supply-chain risk, upgrade planning, or before adding a new third-party package. Activate for keywords like "deps", "dependencies", "package.json", "requirements.txt", "Cargo.toml", "audit", "CVE", "stale package", "do we use", "what depends on", "transitive dep". Produces a written audit with import-graph evidence — never trust scanner output without verifying call sites.
$npx -y skills add duthaho/claudekit --skill audit-dependenciesInstalls into the current project.
Run `npx skills use "https://github.com/duthaho/claudekit" --skill "duthaho/claudekit/audit-dependencies"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/duthaho/claudekit" that are relevant to the current task. Run `npx skills add "https://github.com/duthaho/claudekit"` and select the relevant skills, then follow their instructions.