Beanstalk Deploy
Automates deployment of code changes to production via Beanstalk, streamlining releases and reducing manual effort.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add beanstalk-deploy npx -- -y @trustedskills/beanstalk-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"beanstalk-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/beanstalk-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The beanstalk-deploy skill automates deployments to Beanstalk environments. It handles tasks like updating application versions, managing environment configurations, and triggering health checks. This allows for streamlined and repeatable deployment processes directly from an AI agent's workflow.
When to use it
- Deploying a new version of your application to a staging or production Beanstalk environment.
- Rolling back to a previous application version in case of issues after a deployment.
- Updating the configuration settings (e.g., instance type, security groups) of an existing Beanstalk environment.
- Triggering health checks and verifying the successful deployment of your application.
Key capabilities
- Application Version Updates
- Environment Configuration Management
- Health Check Triggering
- Rollback to Previous Versions
Example prompts
- "Deploy version 1.2.3 of my app to the staging environment."
- "Roll back the Beanstalk application to version 1.1."
- "Update the instance type for my production Beanstalk environment to t3.medium."
Tips & gotchas
Ensure you have appropriate AWS credentials configured and that your AI agent has permissions to interact with Beanstalk resources. The skill requires a basic understanding of Beanstalk environments and application versions.
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.