{ "name": "devops-pipeline", "version": "1.0.0", "display_name": "DevOps Pipeline", "description": "Complete CI/CD automation, deployment, and infrastructure management for Claude Code teams.", "minimum_claude_code_version": "2.1.0", "includes": { "agents": [{"name": "devops-sre", "file": "agents/devops-sre.md"}], "commands": [{"name": "ship", "file": "commands/ship.md"}, {"name": "deploy", "file": "commands/deploy.md"}], "github_actions": [{"name": "claude-code-review", "file": "github-actions/claude-code-review.yml"}] }, "install_time_estimate": "5 minutes", "learning_curve": "Intermediate", "features": ["CI/CD automation", "Deployment scripts", "Infrastructure as code", "Monitoring integration"], "quick_start": ["bash install.sh", "Review .github/workflows/claude-code-review.yml", "Enable in GitHub"] }