This is the kind of workflow you wish you ran more often but usually only remember after npm yells about vulnerabilities. It walks you through the full dependency maintenance cycle: scanning for CVEs, finding outdated packages, spotting unused imports, and migrating away from deprecated libraries. The skill includes commands for npm, yarn, and pnpm, plus specific steps for checking bundle impact and testing after updates. Best used as part of regular maintenance or right before a release when you need to get your house in order. With 211 installs and solid GitHub activity, it's clearly solving a real pain point for teams who want a systematic approach instead of ad hoc panic fixing.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill dependency-audit