terraform-skill

terraform-skill is a skill for Claude Code, Codex from antonbabenko/terraform-skill. It costs 51 tokens per session (4,698 once invoked), scanned A, original, no licence file.

A coding-agent skill for writing, reviewing, and debugging Terraform or OpenTofu infrastructure modules, tests, CI checks, scans, and state operations. It uses version-aware checks to identify common failure modes.

In plain words
What is it for?
Use it to inspect Terraform/OpenTofu modules, tests, continuous-integration setup, security scans, and state-related operations.
Why use it?
It helps explain failures such as resources being recreated unexpectedly, secrets being exposed, overly broad changes, CI drift, or damaged state. This gives the agent specific risks to check during infrastructure work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect Terraform/OpenTofu modules, tests, continuous-integration setup, security scans, and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antonbabenko/terraform-skill/terraform-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add antonbabenko/terraform-skill --skill terraform-skill
Clone the repo
git clone --depth 1 https://github.com/antonbabenko/terraform-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for terraform-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/antonbabenko/terraform-skill/terraform-skill.svg)](https://agentmods.dev/skills/antonbabenko/terraform-skill/terraform-skill)
Your own site
<a href="https://agentmods.dev/skills/antonbabenko/terraform-skill/terraform-skill"><img src="https://agentmods.dev/badge/skills/antonbabenko/terraform-skill/terraform-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.04698
Opus 5 $0.00026 $0.02349
Sonnet 5 $0.00010 $0.00940
Haiku 4.5 $0.00005 $0.00470

Measured 7d ago against content hash 70c0038375d3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

terraform-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/terraform-skill/SKILL.md · 309 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 309 lines · 51 tokens per session scan A 70c0038375d3

Subscribe to this mod's changes

terraform-skill is a skill published in the GitHub repository antonbabenko/terraform-skill (2,329 stars, last pushed 2mo ago), with no licence file. It adds 51 tokens to every session and 4,698 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agentcore-harness-builder

Build production-ready AWS Bedrock AgentCore Harness agents end to end — declarative model + prompt, managed/BYO Memory, built-in Browser, Code Interpreter, Web Search and Knowledge Bases (RAG), Gateway/MCP tools + rate limits, inline functions, Skills (incl. AWS catalog), versioning + endpoints, advanced config…

timwukp/agent-skills-best-practice · 233 tokens

ai-native-sdlc

Drive a change through an AI-native software development lifecycle as a loop of committed, machine-readable artifacts — intent.md, spec.md, plan.md, diff plus tests, PR review, control bands — and make the stage order enforceable with a PreToolUse hook and a CI gate instead of relying on discipline. Use when the user…

timwukp/agent-skills-best-practice · 172 tokens

api-design

Generates RESTful and GraphQL API designs with OpenAPI specs, proper resource naming, HTTP method usage, status codes, pagination, filtering, error responses, versioning strategies, and GraphQL schema patterns. Triggers on: "design API", "create API spec", "OpenAPI", "REST endpoint design", "GraphQL schema".

timwukp/agent-skills-best-practice · 72 tokens

cicd-pipeline

Generates CI/CD pipeline configurations for GitHub Actions, GitLab CI, and AWS CodePipeline. Covers build, test, lint, security scanning, and deployment stages with caching and parallelism. Triggers on: "create CI/CD pipeline", "GitHub Actions workflow", "deployment pipeline", "automate build".

timwukp/agent-skills-best-practice · 70 tokens

database-schema-design

Designs normalized database schemas with migration scripts, indexing strategies, and relationship handling. Supports SQL, Flyway, Liquibase, and Prisma. Triggers on: "design database", "create schema", "database migration", "design tables".

timwukp/agent-skills-best-practice · 52 tokens

terraform-module

Creates Terraform modules following AWS Well-Architected Framework best practices. Generates variable definitions, outputs, documentation, and module composition patterns for common AWS services including VPC, ECS, Lambda, RDS, and S3. Triggers on: "create Terraform module", "infrastructure as code", "IaC", "provision…

timwukp/agent-skills-best-practice · 72 tokens