deployment-patterns
deployment patterns
What it does
- Setting up CI/CD pipelines
- Dockerizing an application
- Planning deployment strategy (blue-green, canary, rolling)
- Implementing health checks and readiness probes
- Preparing for a production release
- Configuring environment-specific settings
- Use specific version tags (node:22-alpine, not node:latest)
Requirements & configuration
- Cons: Two versions run simultaneously — requires backward-compatible changes
- Cons: Requires 2x infrastructure during deployment
- Cons: Requires traffic splitting infrastructure, monitoring
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
deployment-patterns FAQ
What does the deployment-patterns skill do?
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Setting up CI/CD pipelines Dockerizing an application
What does deployment-patterns require?
Cons: Two versions run simultaneously — requires backward-compatible changes Cons: Requires 2x infrastructure during deployment Cons: Requires traffic splitting infrastructure, monitoring
How do I install deployment-patterns?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain deployment-patterns?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/affaan-m-everything-claude-code-deployment-patterns?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-deployment-patterns The second line is the CLI lookup for this page — handy in READMEs and docs.