What problem does it solve? Setting up deployment infrastructure from scratch — Dockerfiles, CI/CD pipelines, Terraform modules, Kubernetes manifests, and monitoring — is repetitive and error-prone. This Skill generates a complete, consistent DevOps stack tailored to your codebase and cloud provider. ## Core Features & Use Cases - Infrastructure as Code: Generates modular Terraform for AWS, GCP, or Azure with remote state, least-privilege IAM, and per-environment configs. - CI/CD Pipelines: Creates GitHub Actions workflows (or GitLab CI) with lint, test, security scanning, and blue-green or canary deployment stages. - Containers & Orchestration: Produces multi-stage Dockerfiles, docker-compose files, and Kubernetes manifests with HPA, PDBs, and network policies. - Monitoring & Security: Sets up Prometheus/Grafana dashboards, alerting, and security scanning gates (SAST, dependency, container, IaC scans). - Use Case: Point it at a new web service and receive a full deployment stack — Dockerfile, CI workflow, Terraform modules for dev/staging/prod, and alerting rules — ready for review. ## Quick Start Ask the agent to set up deployment infrastructure for this project, including a Dockerfile, GitHub Actions CI/CD pipeline, and Terraform for AWS.