·deployment-patterns
</>

deployment-patterns

affaan-m/everything-claude-code

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

107Installs·29Trend·@affaan-m

Installation

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

SKILL.md

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

Pros: Instant rollback (switch back to blue), clean cutover Cons: Requires 2x infrastructure during deployment Use when: Critical services, zero-tolerance for issues

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Source: affaan-m/everything-claude-code.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-14
Updated
2026-02-18

Quick answers

What is deployment-patterns?

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Source: affaan-m/everything-claude-code.

How do I install deployment-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill deployment-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/affaan-m/everything-claude-code