This is a deployment thinking framework, not a script collection. It walks through platform selection (Vercel vs VPS vs K8s), the five-phase deploy process (prepare, backup, deploy, verify, confirm/rollback), and decision trees for when to rollback versus fix forward. The anti-patterns section is honestly the most valuable part: no Friday deploys, no walking away after shipping, one change at a time. It's built around teaching you to assess risk and make calls rather than memorize commands. Use this when you need to establish deployment discipline on a team or you're moving beyond "git push and pray" into actual production operations.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill deployment-procedures