What problem does it solve? Shipping web applications to production involves many error-prone decisions: choosing a deployment strategy, writing efficient Dockerfiles, wiring CI/CD pipelines, and verifying readiness. This Skill provides proven patterns and checklists so deployments are consistent, safe, and reversible. ## Core Features & Use Cases - Deployment Strategies: Guidance on rolling, blue-green, and canary deployments with trade-offs for each approach. - Docker & CI/CD Templates: Multi-stage Dockerfiles for Node.js, Go, and Python plus a GitHub Actions pipeline covering test, build, and deploy stages. - Production Readiness: Health check endpoints, Kubernetes probes, environment validation with zod, rollback procedures, and a full pre-release checklist. - Use Case: When containerizing a Node.js API and setting up its first production pipeline, use this Skill to generate a multi-stage Dockerfile, a GitHub Actions workflow, and a readiness checklist in one pass. ## Quick Start Use the deployment-patterns skill to create a production Dockerfile and GitHub Actions CI/CD pipeline for my Node.js application.