
Antonbabenko Terraform Skill
- 2.2k repo stars
- Updated July 3, 2026
- antonbabenko/terraform-skill
antonbabenko-terraform-skill is a Claude Code plugin that equips your agent with Terraform and OpenTofu production patterns, testing, modules, and CI/CD guidance.
About
antonbabenko-terraform-skill is a Claude Code plugin bundling a dedicated agent skill for Terraform and OpenTofu. developers and tiny platform teams install it when infrastructure is code, not clicks: authoring modules, choosing between frameworks, debugging state issues, wiring pipelines, and running security scans before merge. The skill emphasizes production patterns—Checkov and Trivy for policy and vulnerability signal, Terratest for automated infra tests, and clear module boundaries—so the agent nudges you toward maintainable IaC instead of one-off root modules. Primary placement is build/backend because that is where modules and environments are defined; you will revisit it in ship for testing and security and in operate when iterating live infra. It assumes you already run Terraform or OpenTofu locally or in CI; it does not provision cloud accounts for you.
- Agent skill coverage for Terraform and OpenTofu: modules, state, native testing, and CI/CD pipelines
- Security scanning workflows referencing Checkov and Trivy
- Terratest and test strategy guidance for infrastructure changes
- Architecture and framework decision support between tooling choices
- Single plugin bundle (pluginCount: 1) from antonbabenko/terraform-skill
Antonbabenko Terraform Skill by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install antonbabenko-terraform-skill@antonbabenko/terraform-skillAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2.2k |
|---|---|
| Last updated | July 3, 2026 |
| Repository | antonbabenko/terraform-skill ↗ |
What it does
Guide Claude Code through Terraform and OpenTofu modules, tests, CI/CD, and security scanning patterns for production infrastructure.
Who is it for?
Best when you're owning Terraform or OpenTofu and want Claude Code to enforce testing, scanning, and module discipline.
Skip if: Pure no-code deployers or teams that only use click-ops consoles with no IaC repository.
What you get
After you add the plugin, agent sessions follow structured Terraform/OpenTofu practices for modules, Terratest, Checkov/Trivy, and pipeline-ready changes.
- Agent-guided module and pipeline recommendations aligned to production IaC
- Security scan and test-oriented change checklists for infra PRs
- Clearer architecture decisions between Terraform/OpenTofu approaches
By the numbers
- Repository: antonbabenko/terraform-skill
- Plugin count in bundle: 1
- Documented tooling keywords include Checkov, Trivy, Terratest, CI/CD, and OpenTofu
Recommended Plugins
How it compares
Infrastructure-as-code agent skill plugin, not a hosted Terraform Cloud replacement or generic linter install.
FAQ
Who is Antonbabenko Terraform Skill for?
It is for developers and part-time platform engineers who write Terraform or OpenTofu and want agent-guided patterns for modules, tests, and security scans.
When should I use Antonbabenko Terraform Skill?
Use it while creating or refactoring modules, designing CI/CD for infra, debugging state, or preparing changes that need Checkov, Trivy, or Terratest coverage.
How do I add Antonbabenko Terraform Skill to my agent?
Install the plugin from the antonbabenko/terraform-skill Claude Code bundle, enable the bundled skill in your agent, and work from a repo that already contains Terraform or OpenTofu configuration.