Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill guides Claude through Terraform and OpenTofu workflows with a diagnose-first approach. It helps platform engineers, infrastructure teams, and IaC reviewers identify failure modes—identity churn, secret exposure, blast radius, CI drift, state corruption—before generating remediation. Every response follows a strict contract: assumptions, risk category, chosen tradeoffs, validation plan, and rollback notes. The aim is to keep production applies safe and reviewable.
WHO IT'S FOR
Platform / DevOps Engineers
writing and reviewing Terraform modules
Cloud Infrastructure Architects
designing multi-environment state organization
IaC Security / Compliance Engineers
enforcing security and compliance in Terraform pipelines
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Installs: terraform-skill plugin from the antonbabenko/agent-plugins marketplace · Claude Code
Before you start
Claude Code
Terraform 1.0+ or OpenTofu 1.6+
Enter these commands in a Claude Code session, in the documented order. Add only antonbabenko/agent-plugins as the marketplace; do not also add antonbabenko/terraform-skill because the marketplace names clash.
Replace <PATH_TO_CONFIGURATION> with the path to the Terraform/OpenTofu configuration.
Replace <TERRAFORM_OR_TOFU> and <VERSION> with the runtime and exact version.
Replace <PROVIDERS> with the providers in use.
Replace <BACKEND> with the state backend.
Replace <LOCAL_CI_CLOUD_OR_ATLANTIS> with the execution path.
Replace <CRITICALITY> with the environment criticality, such as development or production.
Use the terraform-skill skill to review the Terraform configuration at <PATH_TO_CONFIGURATION> following best practices. Start with a focused review of the most important risk and one practical remediation. The runtime is <TERRAFORM_OR_TOFU>, version <VERSION>, with providers <PROVIDERS>, backend <BACKEND>, execution path <LOCAL_CI_CLOUD_OR_ATLANTIS>, and environment criticality <CRITICALITY>. State any remaining assumptions and include validation and rollback guidance.