Deployment automation, strategies, and best practices. Use when setting up or modifying deployments.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill deploy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Deploy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-deploy)More formats (shields.io, HTML) on the badges page.
---
name: deploy
description: Deployment automation, strategies, and best practices. Use when setting up or modifying deployments.
---
## deploy
Automate and improve deployments.
### Strategies
- Rolling: gradual instance replacement
- Blue/Green: two environments, swap traffic
- Canary: release to small subset
- Feature flags: deploy disabled, enable gradually
### Best practices
- Fully automated
- Health checks before routing
- Rollback capability
- Zero-downtime
- DB migrations before code deploy
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!