Antonbabenko Terraform Skill
antonbabenko-terraform-skill is a Claude Code plugin for the Build phase that equips your agent with Terraform and OpenTofu production patterns, testing, modules, and CI/CD guidance.
Guide Claude Code through Terraform and OpenTofu modules, tests, CI/CD, and security scanning patterns for production infrastructure.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install antonbabenko-terraform-skill@antonbabenko/terraform-skillBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:antonbabenko/terraform-skill") and the paste-ready config with skillselion.get_install_config("plugin:antonbabenko/terraform-skill").
What it does
antonbabenko-terraform-skill is a Claude Code plugin bundling a dedicated agent skill for Terraform and OpenTofu. Solo builders 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.
Highlights
- 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
Why builders use it
Builders shipping IaC without a consistent skill layer get fragile modules, skipped scans, and ad-hoc CI that breaks in production.
After you add the plugin, agent sessions follow structured Terraform/OpenTofu practices for modules, Terratest, Checkov/Trivy, and pipeline-ready changes.
At a glance
- Type - Plugin in DevOps.
- Adoption - 0 installs, 1.5k stars, 0 votes.
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.
Comments
Share how you use antonbabenko-terraform-skill, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.