Skip to main content
Back to registry

deployment-patterns

affaan-m/everything-claude-code

Production deployment workflows and CI/CD best practices.

Installs852
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykPASS
About this skill
Production deployment workflows and CI/CD best practices. Replace instances gradually — old and new versions run simultaneously during rollout. Pros: Zero downtime, gradual rollout Cons: Two versions run simultaneously — requires backward-compatible changes Use when: Standard deployments, backward-compatible changes Run two identical environments. Switch traffic atomically. Pros: Instant rollback (switch back to blue), clean cutover Cons: Requires 2x infrastructure during deployment Use when: Critical services, zero-tolerance for issues Route a small percentage of traffic to the new version first. Pros: Catches issues with real traffic before full rollout Cons: Requires traffic splitting infrastructure, monitoring Use when: High-traffic services, risky changes, feature flags Before any production deployment: - 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

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does deployment-patterns do?

Production deployment workflows and CI/CD best practices.

Is deployment-patterns good?

deployment-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does deployment-patterns work with?

deployment-patterns currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to deployment-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install deployment-patterns?

npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering