deployment-procedures
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
npx skills add sickn33/agentic-awesome-skills --skill deployment-procedures --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deployment Procedures > Deployment principles and decision-making for safe production releases. > **Learn to THINK, not memorize scripts.** --- ## ⚠️ How to Use This Skill This skill teaches **deployment principles**, not bash scripts to copy. - Every deployment is unique - Understand the WHY behind each step - Adapt procedures to your platform --- ## 1. Platform Selection ### Decision Tree ``` What are you deploying? │ ├── Static site / JAMstack │ └── Vercel, Netlify, Cloudflare Pages │ ├── Simple web app │ ├── Managed → Railway, Render, Fly.io │ └── Control → VPS + PM2/Docker │ ├── Microservices │ └── Container orchestration │ └── Serverless └── Edge functions, Lambda ``` ### Each Platform Has Different Procedures | Platform | Deployment Method | |----------|------------------| | **Vercel/Netlify** | Git push, auto-deploy | | **Railway/Render** | Git push or CLI | | **VPS + PM2** | SSH + manual steps | | **Docker** | Image push + orchestration | | **Kubernetes** | kubectl apply | --- ## 2. Pre-Deployment Principles ### The 4 Verification Categories | Category | What to Check | |----------|--------------| | **Code Quality** | Tests passing, linting clean, reviewed | | **Build**
- ⚠️ How to Use This Skill
- 1. Platform Selection
- Decision Tree
- Each Platform Has Different Procedures
- 2. Pre-Deployment Principles
- The 4 Verification Categories
- Pre-Deployment Checklist
- 3. Deployment Workflow Principles
- The 5-Phase Process
- Phase Principles
- 4. Post-Deployment Verification
- What to Verify
- Verification Window
- 5. Rollback Principles
What does the deployment-procedures skill do?
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill deployment-procedures --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.