What problem does it solve? Setting up deployment infrastructure requires deep knowledge of Docker, Kubernetes, Terraform, and CI/CD systems, and mistakes in these configurations cause outages, security gaps, and slow releases. This Skill produces production-oriented infrastructure code and operational runbooks with built-in safety practices like approval gates, rollback procedures, and secret management. ## Core Features & Use Cases - CI/CD Pipeline Generation: Creates GitHub Actions and GitLab CI pipelines with testing, image building, security scanning, and staged deployments. - Container & Orchestration Configs: Writes multi-stage Dockerfiles, Kubernetes deployments with health probes and autoscaling, and GitOps setups with ArgoCD. - Infrastructure as Code: Produces Terraform configurations for AWS resources like ECS Fargate and RDS with state management best practices. - Incident Response: Provides runbook templates, postmortem formats, severity classifications, and rollback procedures for production incidents. - Use Case: You need to containerize a FastAPI app and deploy it to Kubernetes with a GitHub Actions pipeline. The Skill generates the Dockerfile, CI workflow with Trivy scanning, K8s manifests with liveness probes, and a documented rollback procedure. ## Quick Start Ask the assistant to create a CI/CD pipeline and Dockerfile for your application, specifying your tech stack and target platform such as GitHub Actions with Kubernetes.