Fly Deployment
Automates application deployments across environments, minimizing errors and accelerating release cycles using secure, pre-defined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fly-deployment npx -- -y @trustedskills/fly-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fly-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fly-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The fly-deployment skill automates deployments to Fly.io, a developer platform for building and deploying applications. It handles tasks like pushing code, configuring environments, and managing releases, streamlining the deployment process. This allows users to quickly iterate on their applications without manual intervention.
When to use it
- Deploying a new version of your application to production.
- Automating deployments as part of a CI/CD pipeline.
- Quickly rolling back to a previous release in case of issues.
- Setting up and managing Fly.io environments (development, staging, production).
Key capabilities
- Automated code deployment to Fly.io
- Environment configuration management
- Release management and rollback functionality
Example prompts
- "Deploy the latest changes from my main branch."
- "Create a new environment named 'staging'."
- "Roll back to the previous release version."
Tips & gotchas
- Requires Fly.io CLI to be installed and configured.
- Ensure your application is compatible with Fly.io's deployment requirements.
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.