By crashbytes
DevOps Engineer skill for Claude Code. Generates CI/CD pipelines (GitHub Actions, GitLab CI), plans deployment strategies (blue-green, canary, rolling), manages infrastructure as code, and configures monitoring. Includes slash commands: /pipeline, /deploy-strategy.
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 |
/plugin install devops-engineer@claude-plugin-directory
Or install directly:
/plugin install-from https://github.com/CrashBytes/claude-devops-engineer
Connect 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 |
Apache 2.0
Runs pre-commands
Contains inline bash commands via ! syntax
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 crashbytes/claude-devops-engineerProduct Owner skill for Claude Code. Writes user stories with acceptance criteria, manages backlogs, applies prioritization frameworks (RICE, MoSCoW, WSJF), and plans releases. Includes slash commands: /user-story, /backlog-prioritize.
InfoSec Engineer skill for Claude Code. Runs STRIDE threat modeling with DREAD scoring, performs OWASP Top 10 security reviews, audits code for vulnerabilities, and guides incident response. Includes slash commands: /threat-model, /security-review.
Product Manager skill for Claude Code. Drafts PRDs, builds roadmaps, conducts market analysis (TAM/SAM/SOM), defines OKRs, and plans go-to-market strategy. Includes slash commands: /prd, /roadmap.
Migration Engineer skill for Claude Code. Assesses legacy systems, plans technology migrations using the 7 Rs framework, implements strangler fig patterns, and designs database migration strategies. Includes slash commands: /migrate, /legacy-audit.
UX/UI Developer skill for Claude Code. Designs component systems, runs WCAG 2.1 AA accessibility audits, applies Nielsen's heuristics, implements responsive layouts, and evaluates usability. Includes slash commands: /accessibility-audit, /design-system.
DevOps and deployment automation - CI/CD pipelines, zero-downtime deployments - 1 skill, 2 commands, 2 agents
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
Orchestrate complex multi-stage deployment pipelines
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n<example>\nContext: Setting up automated deployments\nuser: "We need automatic deployments when we push to main"\nassistant: "I'll set up a complete CI/CD pipeline. Let me use the devops-automator agent to configure automated testing, building, and deployment."\n<commentary>\nAutomated deployments require careful pipeline configuration and proper testing stages.\n</commentary>\n</example>\n\n<example>\nContext: Infrastructure scaling issues\nuser: "Our app crashes when we get traffic spikes"\nassistant: "I'll implement auto-scaling and load balancing. Let me use the devops-automator agent to ensure your infrastructure handles traffic gracefully."\n<commentary>\nScaling requires proper infrastructure setup with monitoring and automatic responses.\n</commentary>\n</example>\n\n<example>\nContext: Monitoring and alerting setup\nuser: "We have no idea when things break in production"\nassistant: "Observability is crucial for rapid iteration. I'll use the devops-automator agent to set up comprehensive monitoring and alerting."\n<commentary>\nProper monitoring enables fast issue detection and resolution in production.\n</commentary>\n</example>
Deployment engineering with Terraform and infrastructure as code
CI/CD pipeline design, containerization, deployment strategies, monitoring, feature flags, IaC, and alerting.