I’m Romaric, CEO of Qovery (we build an enterprise Kubernetes management platform). I’ve been using Claude Code daily for the past months and I kept hitting the same wall: the code is done in 20 minutes, but deploying it still takes 2 hours of Dockerfile, K8s manifest, DNS, SSL, and database wiring. So we built a Qovery Skill
- a single install that gives Claude Code (and 20+ other AI agents) the ability to deploy apps to production through Qovery. curl -fsSL https://skill.qovery.com/install.sh | bash Then: Deploy this project with Qovery It analyzes the codebase, creates a Dockerfile if needed, provisions databases, sets env vars, deploys to your K8s cluster, and returns the production URL. Here’s a demo of the full workflow - deploying via OpenCode with Claude Opus 4.6: https://www.loom.com/share/df2ff79ecc2347a79d731f309b4439ae The part that matters for teams: every action goes through the same RBAC and audit trail as a human. The agent can only do what its permissions allow. Qovery has a free tier. Full writeup here . Happy to answer any questions about the architecture or how the skill integration works. submitted by /u/ev0xmusic
Originally posted by u/ev0xmusic on r/ClaudeCode
You must log in or # to comment.
