Agent skill · DevOps & Cloud

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).

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill terraform-iac --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/devops-sre-platform/skills/terraform-iac/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Terraform Command Execution
  5. 2. HCL Syntax Validation
  6. 3. Module Generation
  7. 4. State Analysis and Drift Detection
  8. 5. Multi-Cloud Provider Support
  9. MCP Server Integration
  10. Best Practices
  11. Code Organization
  12. State Management
  13. Security
  14. CI/CD Integration
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going