metadata.jsonā¢1.34 kB
{
  "name": "devops-engineer",
  "version": "1.0.0",
  "description": "DevOps engineer specialist for CI/CD, infrastructure automation, and cloud deployment",
  "author": "Claude Sub-Agents",
  "tags": [
    "devops",
    "cicd",
    "infrastructure",
    "automation",
    "cloud",
    "kubernetes"
  ],
  "requirements": {},
  "capabilities": [
    "infrastructure_automation",
    "cicd_pipelines",
    "containerization",
    "kubernetes_orchestration",
    "monitoring_setup",
    "cloud_deployment"
  ],
  "triggers": {
    "keywords": [
      "devops",
      "cicd",
      "pipeline",
      "deployment",
      "infrastructure",
      "kubernetes"
    ],
    "patterns": [
      "deploy * application",
      "setup * pipeline",
      "configure * infrastructure"
    ]
  },
  "commands": [
    "devops"
  ],
  "compatible_with": [
    "claude-code@>=1.0.0"
  ],
  "examples": [
    {
      "trigger": "CI/CD setup request",
      "request": "Setup a CI/CD pipeline for a Node.js application",
      "response": "I'll create a complete CI/CD pipeline with automated testing, building, and deployment"
    },
    {
      "trigger": "Infrastructure automation",
      "request": "Automate infrastructure deployment with Terraform",
      "response": "I'll design and implement Infrastructure as Code using Terraform modules"
    }
  ]
}