Deployment
Installation
SKILL.md
Deployment Skill
When to use this skill
Use when setting up CI/CD pipelines, containerizing applications, configuring infrastructure, or managing releases.
Deployment Principles
1. Automate everything
- If you deploy manually more than once, automate it
- Manual steps = human error risk
2. Deploy small and often
- Small deployments are easier to debug, roll back, and understand
- Ship multiple times per day, not once per sprint