This is deployment thinking, not deployment scripts. It walks you through pre-deployment checklists, the five-phase deployment process (prepare, backup, deploy, verify, confirm or rollback), and platform-specific rollback strategies for everything from Vercel to Kubernetes. The focus is on decision-making: when to rollback immediately versus fix forward, which zero-downtime strategy fits your risk level, what to verify in those critical first 15 minutes. It's deliberately principle-based because your VPS deployment looks nothing like your serverless one. Good for teams who keep winging it on Friday afternoons and need systematic procedures without cargo-culting bash scripts they don't understand.
npx skills add https://github.com/davila7/claude-code-templates --skill deployment-procedures