This one walks you through upgrading project dependencies without breaking everything in production. It gives you a priority matrix to figure out which updates matter most, generates migration guides for major version bumps, and builds out a compatibility report so you know what'll explode before you merge. The output includes a rollback plan and monitoring dashboard, which is smart since even careful upgrades can go sideways. It's marked critical risk, and that tracks. Use this when you're staring down a backlog of outdated packages and need a systematic approach instead of just running npm update and hoping for the best.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill framework-migration-deps-upgrade