What problem does it solve? Designing, provisioning, and operating cloud infrastructure involves many moving parts—Terraform modules, Kubernetes manifests, CI/CD pipelines, observability, and security controls. This Skill provides structured workflows, production-oriented reference material, and utility scripts so teams can implement infrastructure as code consistently instead of assembling patterns from scratch. ## Core Features & Use Cases - Terraform & Cloud Architecture: Best practices for modular IaC, remote state with locking, and multi-tier architectures on AWS, Azure, and GCP, including cost optimization and disaster recovery patterns. - Kubernetes & GitOps: Production-ready deployment manifests with health checks, RBAC, network policies, HPA/VPA autoscaling, Helm charts, and ArgoCD/Flux GitOps configurations with canary and blue/green strategies. - CI/CD & Security: Pipeline templates for GitHub Actions, GitLab CI, and Jenkins, plus DevSecOps guidance and a utility script for project scaffolding, manifest validation, and secret scanning. - Use Case: A team needs to deploy a new containerized application. They follow the infrastructure workflow in SKILL.md, scaffold a Terraform project with the utility script, apply the production-ready Kubernetes deployment pattern, and wire up an ArgoCD GitOps pipeline with progressive delivery. ## Quick Start Ask the assistant to initialize a Terraform project for AWS and generate a production-ready Kubernetes deployment manifest for your application.