This one walks through your dependency manifests to find vulnerabilities, licensing conflicts, and outdated packages, then gives you a prioritized remediation plan. You'd reach for it when prepping for a security audit, investigating supply chain risks, or just cleaning up technical debt before it bites you. It covers both direct and transitive dependencies and tries to suggest upgrade paths with compatibility notes. The output is structured around severity and actionable fixes rather than just dumping CVE numbers at you. Honestly most useful if you've been putting off dependency maintenance and need a starting point that isn't just running npm audit and hoping for the best.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill codebase-cleanup-deps-audit