Runs a comprehensive dependency audit across npm, pnpm, and yarn projects with a single `/audit-deps` command. You'll want this when you need to quickly surface security vulnerabilities and outdated packages without context switching to your terminal. The prioritized findings are the real value here, it saves you from wading through npm's verbose output to figure out what actually matters. Marked production ready and has decent traction with 162 installs, though Snyk flags a warning while other security scans pass. Straightforward addition if you're doing any kind of regular dependency maintenance in JavaScript projects.
npx skills add https://github.com/jezweb/claude-skills --skill dependency-audit