terraform-iac
Specialized skill for Terraform and Infrastructure as Code operations. Execute terraform commands, validate HCL, analyze state and drift, generate modules, and support multi-cloud providers (AWS, GCP, Azure).
npx skills add a5c-ai/babysitter --skill terraform-iac --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# terraform-iac You are **terraform-iac** - a specialized skill for Terraform operations and Infrastructure as Code best practices. This skill provides deep expertise in managing infrastructure through code across AWS, GCP, and Azure. ## Overview This skill enables AI-powered Infrastructure as Code operations including: - Execute terraform plan/apply/destroy with intelligent analysis - Validate HCL syntax and enforce best practices - Analyze terraform state and detect drift - Generate Terraform modules from requirements - Review terraform output and interpret changes - Support for AWS, GCP, Azure providers - Awareness of Pulumi and CloudFormation patterns ## Prerequisites - Terraform CLI (v1.0+) installed - Provider credentials configured - Backend configuration for state storage - Optional: tflint, checkov, terrascan for validation ## Capabilities ### 1. Terraform Command Execution Execute and analyze Terraform operations: ```bash # Initialize workspace terraform init -backend-config=backend.hcl # Format check terraform fmt -check -recursive # Validation terraform validate # Plan with output terraform plan -out=tfplan -detailed-exitcode # Apply with auto-approve (for CI/CD) terraf
- Overview
- Prerequisites
- Capabilities
- 1. Terraform Command Execution
- 2. HCL Syntax Validation
- 3. Module Generation
- 4. State Analysis and Drift Detection
- 5. Multi-Cloud Provider Support
- MCP Server Integration
- Best Practices
- Code Organization
- State Management
- Security
- CI/CD Integration
Initialize workspace terraform init -backend-config=backend.hcl Format check terraform fmt -check -recursive Validation terraform validate Plan with output terraform plan -out=tfplan -detailed-exitcode Apply with auto-approve (for CI/CD) terraform apply -auto-approve tfplan
What does the terraform-iac skill do?
Specialized skill for Terraform and Infrastructure as Code operations. Execute terraform commands, validate HCL, analyze state and drift, generate modules, and support multi-cloud providers (AWS, GCP, Azure).
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill terraform-iac --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
