Leaderboard/DevOps/terraform-skill
Last commit on June 3, 2026·Created on January 15, 2026

antonbabenko/terraform-skill

Diagnoses Terraform failures before the plan artifact is reviewed.
Combined rank
#163
across all skills
In DevOps
#1
category rank
Stars
2.4k
+0.9% in last 7d
Forks
209
+2.0% in last 7d
Watchers
24
+4.3% in last 7d
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.
TL;DR

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
CI/CD Pipeline Engineers
setting up Terraform CI/CD with drift prevention
Repository contents

1 skill file

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.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Any Agent Skills-compatible tool

Installs: terraform-skill repository · Any Agent Skills-compatible tool

Before you start
  • An Agent Skills-compatible tool
  • Terraform 1.0+ or OpenTofu 1.6+
  1. Run this command in a terminal to add the skill from its GitHub repository.

    npx skills add https://github.com/antonbabenko/terraform-skill
skills/terraform-skill/SKILL.md · Checked Sep 18, 2026.codex-plugin/plugin.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Review an existing Terraform configuration

Uses terraform-skill

  • 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.
skills/terraform-skill/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026