This is for when you need to change database schemas in production without taking your site down. It covers the expand-contract pattern, blue-green deployments, and gives you migration scripts with built-in rollback plans for PostgreSQL, MySQL, and SQL Server. You get validation checks before and after, performance tuning for large datasets, and monitoring hooks so you know if something's going wrong. Honestly, the real value is in the rollback procedures and zero-downtime strategies, because that's what saves you at 2am when a migration doesn't go as planned. It's community-sourced and marked unknown risk, so test thoroughly in staging first.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill database-migrations-sql-migrations