By mlgraham
Generate production-ready CI/CD workflows from any codebase. CodeRocket analyzes your repo, builds a GitHub Actions pipeline, and opens a PR — zero to deployed in 60 seconds. Supports 8 languages, 15+ frameworks, and every major cloud platform.
Generate production-ready CI/CD workflows for any codebase, directly from Claude Code. CodeRocket analyzes your repo, builds a GitHub Actions pipeline tailored to your stack, and opens a PR — zero to deployed in 60 seconds.
No more copy-pasting workflow templates or debugging YAML indentation. CodeRocket handles the entire CI/CD setup.
npx)Visit deploy.coderocket.com and sign in with GitHub.
Install the CodeRocket Deploy GitHub App on your repositories.
Go to Settings > API Keys at deploy.coderocket.com/settings and create a new key. Keys start with crk_.
export CODEROCKET_API_KEY=crk_your_key_here
Add this to your shell profile (~/.zshrc or ~/.bashrc) to persist across sessions.
In Claude Code, run these commands:
/plugin marketplace add mlgraham/coderocket-plugin
/plugin install coderocket@coderocket-marketplace
Or from the CLI:
claude plugin marketplace add mlgraham/coderocket-plugin
claude plugin install coderocket@coderocket-marketplace
/coderocket:deploy
That's it. CodeRocket analyzes your repo, generates a workflow, and creates a PR.
| Command | Description |
|---|---|
/coderocket:deploy | Generate a CI/CD workflow and create a PR |
/coderocket:status | Check account status, usage, and connected repos |
Visit deploy.coderocket.com for details.
CODEROCKET_API_KEY is set in your environment: echo $CODEROCKET_API_KEYcrk_ and hasn't been revokednode --version/coderocket:status to test connectivity/reload-plugins to reload all pluginsclaude plugin marketplace update coderocket-marketplace
claude plugin update coderocket@coderocket-marketplace
/plugin and check the Errors tab for detailsclaude --debug for verbose plugin loading outputRequires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mlgraham/coderocket-plugin --plugin coderocketBuild CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
GitHub Actions CI/CD - workflows, authentication, inspection
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
DevsForge Enterprise CI/CD Automation Architect delivering comprehensive pipeline optimization, deployment automation, and continuous integration frameworks that transform DevOps from operational necessity into strategic business value creation and development excellence catalyst
Commands for CI/CD setup, containerization, and deployment automation