Coolify Deployment
Automates staged, risk-mitigated software deployments with automated rollbacks using StakPak's intelligent deployment strategies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add coolify-deployment npx -- -y @trustedskills/coolify-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"coolify-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/coolify-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The coolify-deployment skill automates deployments to Coolify, a platform that simplifies deploying web apps. It handles tasks like building your application, pushing images to Docker Hub, and updating your Coolify deployment configuration. This allows you to streamline the process of getting code changes live without manual intervention.
When to use it
- You're using Coolify to host your web applications.
- You want to automate the build and deployment process for faster releases.
- You need a consistent way to deploy updates to your application’s Docker image.
- You are looking to reduce manual steps in your CI/CD pipeline.
Key capabilities
- Automated builds of your application.
- Image pushing to Docker Hub.
- Coolify deployment configuration updates.
Example prompts
- "Deploy my latest code changes to Coolify."
- "Build and push the Docker image for my project."
- "Update the Coolify environment variables in my deployment."
Tips & gotchas
- Ensure your application is containerized using Docker.
- You'll need appropriate credentials configured within the AI agent to access both Docker Hub and your Coolify account.
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.