eraser-diagrams
Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.
terraform-diagrams
Generates architecture diagrams from Terraform code. Use when user has .tf files or asks to visualize Terraform infrastructure.
terraform-best-practices
Terraform infrastructure-as-code best practices for scalable and maintainable cloud infrastructure. Use when writing Terraform modules, managing infrastructure state, or implementing infrastructure automation at scale.
cloud-infrastructure
Cloud platforms (AWS, Cloudflare, GCP, Azure), containerization (Docker), Kubernetes, Infrastructure as Code (Terraform), CI/CD, and observability.
terraform-workspace
Terraform workspace management for multi-environment deployments
terraform-security
Implement security best practices including secrets management, policy as code, and compliance scanning
terraform-kubernetes
Kubernetes cluster provisioning with Terraform across EKS, AKS, and GKE
terraform-providers
Provider configuration, versioning, and multi-provider patterns
terraform-gcp
Provision GCP infrastructure with Terraform including VPC, GKE, Cloud SQL, and IAM
terraform-state
Master Terraform state management including remote backends, locking, workspaces, and state operations
terraform-fundamentals
Master Terraform HCL syntax, resources, providers, variables, and outputs with production-ready patterns
terraform-aws
Provision AWS infrastructure with Terraform including VPC, EC2, RDS, IAM, and security best practices
terraform-cicd
Automate Terraform with CI/CD pipelines, GitOps, Atlantis, and deployment workflows
terraform-azure
Provision Azure infrastructure with Terraform including VNets, VMs, AKS, and managed identities
terraform-modules
Create reusable, composable Terraform modules with proper versioning and registry integration
terraform-testing
Testing Terraform configurations with native tests, Terratest, and validation frameworks