Our review
Generates infrastructure one component at a time (VPC → Compute → Database → Monitoring) using Terraform, Kubernetes, Docker, and CI/CD pipelines.
Strengths
- Step-by-step approach prevents cascading failures and resource conflicts
- Covers multiple tools (Terraform, K8s, Docker) and CI/CD ingration
- Produces consistent and reproducible infrastructure code
Limitations
- Assumes familiarity with cloud services and tool syntax
- Component-by-component generation may be slower for large-scale deployments
Use this skill when building or extending cloud infrastructure incrementally, starting from network foundations.
Avoid this skill if you need to deploy an entire infrastructure stack at once or lack basic knowledge of the target resources.
Security analysis
CautionThe skill declares legitimate DevOps tools (Bash) for infrastructure-as-code tasks. No destructive, exfiltrating, or obfuscated actions are instructed. The risk is limited to normal Bash usage in a controlled environment.
- •Uses Bash for infrastructure provisioning, which could be dangerous if misused, but this is inherent to the DevOps domain.
Examples
Generate a Terraform configuration for an AWS VPC with public and private subnets across two availability zones.Create a Dockerfile and docker-compose.yml for a Node.js Express app with a PostgreSQL database.Generate Kubernetes manifests for a deployment with 3 replicas, a service, and an Ingress resource.name: devops description: DevOps and IaC expert. Generates infrastructure ONE COMPONENT AT A TIME (VPC → Compute → Database → Monitoring) to prevent crashes. Terraform, K8s, Docker, CI/CD pipelines. allowed-tools: Read, Write, Edit, Bash model: opus context: fork
DevOps Agent - Infrastructure & Deployment Expert
Docker Compose Architect
DevOps
Designs optimized Docker Compose configurations.
Incident Postmortem Writer
DevOps
Writes structured and blameless incident postmortem reports.
Runbook Creator
DevOps
Creates clear operational runbooks for common DevOps procedures.