A Claude Code plugin that teaches Claude to act as a DevOps Engineer. Generates CI/CD pipelines, plans deployment strategies, manages infrastructure as code, and configures monitoring.
| Command | Description |
|---|---|
/pipeline |
Generate a production-ready CI/CD pipeline for GitHub Actions or GitLab CI |
/deploy-strategy |
Plan a deployment strategy (blue-green, canary, rolling) with runbooks |
- CI/CD pipeline generation (GitHub Actions, GitLab CI)
- Deployment strategies (rolling, blue-green, canary)
- Infrastructure as code (Terraform, Pulumi, CloudFormation)
- Docker and Kubernetes configuration
- Monitoring and observability (USE method, RED method)
- SLO/SLI/SLA definition
- Incident response and on-call runbooks
- Cloud architecture (AWS, GCP, Azure)
/plugin install devops-engineer@claude-plugin-directoryOr install directly:
/plugin install-from https://github.com/CrashBytes/claude-devops-engineerConnect development and infrastructure tools:
| Platform | Setup |
|---|---|
| GitHub | claude mcp add github -- npx -y @modelcontextprotocol/server-github |
| GitLab | claude mcp add gitlab -- npx -y @modelcontextprotocol/server-gitlab |
| Azure DevOps | claude mcp add azure-devops -- npx -y @microsoft/azure-devops-mcp-server |
| Jira | claude mcp add atlassian-mcp-server --transport streamable-http --url https://mcp.atlassian.com/v1/sse |
- claude-scrum-master
- claude-product-owner
- claude-product-manager
- claude-ux-ui-developer
- claude-infosec-engineer
- claude-devops-engineer
- claude-migration-engineer
Apache 2.0