This one walks you through the three main deployment strategies (rolling, blue-green, canary) with actual diagrams showing how traffic shifts, then gives you production-ready Dockerfiles for Node, Go, and Python with multi-stage builds and non-root users. The CI/CD section is a complete GitHub Actions pipeline that runs tests, builds images, and deploys only on main. The health check examples go beyond a simple 200 response and show you how to check database and Redis connections, plus the Kubernetes probe configuration you'll actually need. It's opinionated in the right ways, like telling you not to use latest tags and to copy dependency files before application code for layer caching. Good reference when you're moving past "it works on my machine" and need deployment patterns that won't wake you up at 3am.
npx -y skills add affaan-m/ecc --skill deployment-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills