antonbabenko/terraform-skill
1,678 stars · Last commit 2026-04-22
Terraform & OpenTofu Skill for AI Agents - testing, modules, CI/CD, and production patterns
README preview
# Terraform & OpenTofu Skill for AI Agents [](https://agentskills.io) [](https://www.terraform.io/) [](https://opentofu.org/) [](LICENSE) Terraform and OpenTofu best-practices skill for AI coding agents (Claude Code, Cursor, Copilot, Gemini CLI, OpenCode, Codex, and others). Covers testing strategies, module patterns, CI/CD workflows, and production infrastructure code. ## What this skill provides **Testing frameworks** - Decision matrix for native tests vs Terratest - Testing workflows (static, integration, E2E) - Examples and patterns **Module development** - Structure and naming conventions - Versioning strategies - Public vs private module patterns