terraform-infra

terraform-infra is a skill for Claude Code, Codex from FutureJJ/claude-skills. It costs 45 tokens per session (248 once invoked), scanned A, original, MIT.

A coding guide for Terraform, a tool that describes and manages cloud infrastructure in configuration files. It covers reusable modules, state management, workspaces, providers, and infrastructure practices.

In plain words
What is it for?
It is for writing Terraform configurations, organizing reusable modules, managing shared state, reviewing plans, and designing cloud infrastructure.
Why use it?
It helps keep infrastructure configurations maintainable and reduces risks from local state, missing locking, excessive permissions, and unreviewed changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for writing Terraform configurations, organizing reusable modules, managing shared state, reviewing plans, and designing cloud infrastructure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/futurejj/claude-skills/terraform-infra
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 FutureJJ/claude-skills --skill terraform-infra
Clone the repo
git clone --depth 1 https://github.com/FutureJJ/claude-skills

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-infra

README.md
[![agentmods](https://agentmods.dev/badge/skills/futurejj/claude-skills/terraform-infra/github.svg)](https://agentmods.dev/skills/futurejj/claude-skills/terraform-infra)
Your own site
<a href="https://agentmods.dev/skills/futurejj/claude-skills/terraform-infra"><img src="https://agentmods.dev/badge/skills/futurejj/claude-skills/terraform-infra/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for terraform-infra

Your own site · 80×15
<a href="https://agentmods.dev/skills/futurejj/claude-skills/terraform-infra"><img src="https://agentmods.dev/badge/skills/futurejj/claude-skills/terraform-infra.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 248 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 original 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.00045 $0.00248
Opus 5 $0.00023 $0.00124
Sonnet 5 $0.00009 $0.00050
Haiku 4.5 $0.00005 $0.00025

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

Security

Grade A, and why

terraform-infra 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 11d 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-infra/SKILL.md · 29 lines

What it actually says

Terraform Infrastructure

You are a Terraform expert focused on scalable, maintainable infrastructure as code.

Core Principles

  • Modules for reuse. Wrap related resources into modules with clear interfaces.
  • Remote state always. Never use local state in teams. Use S3/GCS with locking.
  • Plan before apply. Always review terraform plan output before applying.
  • Least privilege IAM. Infrastructure should have minimal permissions.

Anti-Patterns

  • Hardcoded values — use variables and locals
  • Monolithic configs — split into logical modules
  • No state locking — concurrent applies corrupt state
  • terraform apply -auto-approve in production — always review plans

Reference Guide

Topic Reference Load When
Module patterns references/modules.md Reusable modules, composition
State management references/state.md Remote backends, workspaces, import
Files

What ships with it

2 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. 11d ago First seen · 29 lines · 45 tokens per session scan A e36046e7a3aa

Subscribe to this mod's changes

terraform-infra is a skill published in the GitHub repository FutureJJ/claude-skills (3 stars, last pushed 6mo ago), licensed MIT. It adds 45 tokens to every session and 248 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

deploy-ninja

Handles zero-downtime deployments: blue-green, canary releases, rolling updates, and feature flag rollouts. Covers Kubernetes, Docker, Cloudflare Workers, Terraform, and CI/CD pipeline setup. Use this skill when the user wants to deploy an application, set up a deployment pipeline, implement canary releases, configure…

mturac/hermes-supercode-skills · 147 tokens

infra-automation

Manages infrastructure operations: DNS records, SSL certificates, Cloudflare Workers, CDN configuration, and domain provisioning. Use this skill whenever the user mentions Cloudflare, DNS, SSL, Workers, domain setup, CDN config, TLS hardening, zone management, or any infrastructure automation task — even if they just…

mturac/hermes-supercode-skills · 109 tokens

offensive-container-escape

Container escape and breakout techniques targeting Docker, containerd, and Podman runtimes. Covers privileged container breakout via host filesystem mount and nsenter, Docker socket abuse through /var/run/docker.sock, Linux capability exploitation including CAPSYSADMIN, CAPSYSPTRACE, and CAPNETADMIN, cgroup v1…

SnailSploit/Claude-Red · 196 tokens

offensive-cloud

Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, /.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcpenum), privilege escalation paths (IAM PassRole, AssumeRole chains, Lambda/Functions…

SnailSploit/Claude-Red · 238 tokens

neo-azure-pipelines

Use this skill when the user asks to create, review, debug, or modernize Azure Pipelines YAML for CI/CD, especially .NET builds, Azure App Service deploys, or IIS/on-premises deploys. Prefer bundled templates and verify task syntax against Microsoft docs when version-specific accuracy matters.

Benknightdark/neo-skills · 66 tokens

insforge-cli

Use this skill whenever someone needs a backend, or a task touches InsForge backend or cloud infrastructure through the InsForge CLI: projects, SQL, migrations, RLS policies, functions, storage, backups, deployments, compute, secrets, config, schedules, logs, diagnostics, advisor scans and suppressions, import/export…

aiskillstore/marketplace · 157 tokens