This handles the security audit side of dependency management: scanning for CVEs, checking licenses, flagging outdated packages, and suggesting upgrade paths with compatibility notes. You'd reach for it when you need to generate a security report, assess supply chain risk, or prioritize which dependencies actually need attention. It inventories both direct and transitive deps, which is helpful since the nasty surprises usually hide a few layers down. The skill emphasizes actionable fixes over just listing problems, though you'll still want to test upgrades in staging since automated suggestions don't know your app's quirks. Solid for periodic audits or pre-release security checks.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill dependency-management-deps-audit