Blue Green Deploy
Automates blue/green deployments using Bagelhole's AI, minimizing downtime and risk during application updates.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add blue-green-deploy npx -- -y @trustedskills/blue-green-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"blue-green-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/blue-green-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The blue-green deploy skill automates the process of deploying new versions of applications while minimizing downtime and risk. It creates two identical environments – "blue" (live) and "green" (staging). The new version is deployed to the green environment, tested, and then traffic is switched from blue to green, effectively making the new version live.
When to use it
- Deploying a new feature or bug fix to a production application with minimal disruption.
- Performing risky deployments where immediate rollback capabilities are crucial.
- Automating release processes for faster iteration cycles and reduced manual effort.
- Testing new versions of an application in a production-like environment before full rollout.
Key capabilities
- Environment provisioning (blue & green)
- Automated deployment to staging environment
- Traffic switching between environments
- Rollback functionality
Example prompts
- "Deploy the latest version of the website to the green environment."
- "Test the new checkout flow in the green environment and report any errors."
- "Switch traffic from the blue environment to the green environment after successful testing."
Tips & gotchas
The skill requires access to both environments (blue and green) and appropriate deployment credentials. Ensure proper monitoring is set up on both environments to quickly identify and address issues post-deployment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.