deployment-patterns
Guides for production deployment strategies, multi-stage Dockerfiles, and CI/CD best practices for modern applications.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patternsStats
| Total installs | 1,526 |
| Weekly installs | 1.5K |
| GitHub stars | 112.5K |
| First seen | Feb 13, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers three deployment patterns: rolling (zero-downtime gradual updates), blue-green (atomic traffic switching), and canary (percentage-based rollout with monitoring)
- Includes multi-stage Dockerfile examples for Node.js, Go, and Python with best practices for image size, non-root users, and health checks
- Provides GitHub Actions pipeline templates, environment configuration via twelve-factor principles, and configuration validation with Zod
- Features health check implementations (simple and detailed endpoints), Kubernetes probe configuration, and instant rollback strategies
- Production readiness checklist covering application, infrastructure, monitoring, security, and operations requirements before deployment
Tags
Related skills
| Skill | Installs | vs deployment-patterns |
|---|---|---|
| xget | 1,468 | -58 |
| cpp-testing | 1,333 | -193 |
| asc-submission-health | 1,345 | -181 |
| terraform-test | 1,350 | -176 |
| migrate-to-vinext | 2,384 | +858 |
FAQ
- How many installs does deployment-patterns have?
- deployment-patterns has 1,526 total installs and 1.5K installs this week.
- Where is deployment-patterns hosted?
- deployment-patterns is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does deployment-patterns have?
- deployment-patterns has 112.5K GitHub stars.
- When was deployment-patterns first indexed?
- OrangeBot.AI first indexed deployment-patterns on Feb 13, 2026.
- How do I install deployment-patterns?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns