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.
npx skills add ibm-self-serve-assets/building-blocks --skill infrastructure-as-code-terraformgit clone --depth 1 https://github.com/ibm-self-serve-assets/building-blocksWrote 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.
[](https://agentmods.dev/skills/ibm-self-serve-assets/building-blocks/infrastructure-as-code-terraform)<a href="https://agentmods.dev/skills/ibm-self-serve-assets/building-blocks/infrastructure-as-code-terraform"><img src="https://agentmods.dev/badge/skills/ibm-self-serve-assets/building-blocks/infrastructure-as-code-terraform/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.
<a href="https://agentmods.dev/skills/ibm-self-serve-assets/building-blocks/infrastructure-as-code-terraform"><img src="https://agentmods.dev/badge/skills/ibm-self-serve-assets/building-blocks/infrastructure-as-code-terraform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00055 | $0.00805 |
| Opus 5 | $0.00028 | $0.00402 |
| Sonnet 5 | $0.00011 | $0.00161 |
| Haiku 4.5 | $0.00006 | $0.00081 |
Grade A, and why
infrastructure-as-code-terraform 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Terraform/OpenTofu IaC Skill
Diagnose-first guidance for Infrastructure as Code. This skill helps you write, review, and debug Terraform/OpenTofu configurations by identifying failure modes before generating solutions.
When to Use This Skill
Activate this skill when you need to:
- Write or review Terraform/OpenTofu configurations
- Debug state issues or resource drift
- Set up testing frameworks or CI/CD pipelines
- Implement security best practices
- Migrate between backends or versions
- Refactor modules or resource addressing
Core Workflow
Response Contract
Every response must include:
- Assumptions & version floor - Runtime, exact version, providers, backend, execution path, environment criticality
- Risk category addressed - Which failure mode(s) being solved
- Chosen remediation & tradeoffs - What was chosen, what was traded off, why
- Validation plan - Exact commands (
fmt -check,validate,plan -out, policy check) - Rollback notes - For destructive changes: how to undo, what evidence to keep
What ships with it
14 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.
- checklists/module-release.md 4.2 KB
- checklists/pre-commit.md 3.3 KB
- checklists/security-review.md 4.8 KB
- README.md 6.3 KB
- references/ci-cd-workflows.md 14 KB
- references/code-intelligence-lsp.md 6.6 KB
- references/code-patterns.md 31 KB
- references/module-patterns.md 23 KB
- references/quick-reference.md 19 KB
- references/security-compliance.md 19 KB
- references/state-management.md 44 KB
- references/testing-frameworks.md 14 KB
- workflow/diagnosis-table.md 4.3 KB
- workflow/response-contract.md 4.0 KB
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.
- 10d ago First seen · 96 lines · 55 tokens per session scan A f9167adbe269
infrastructure-as-code-terraform is a skill published in the GitHub repository ibm-self-serve-assets/building-blocks (24 stars, last pushed yesterday), licensed Apache-2.0. It adds 55 tokens to every session and 805 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.
Other skills, from other repositories
atmos-hooks
Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.
atmos-modernization
Atmos Modernization: migrate deprecated or legacy Atmos patterns to current names, Native CI, Atmos Pro drift detection, dependencies.components, nametemplate, and declared secrets.
atmos-pro
Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.
atmos-sbom
Atmos SBOM provenance: CycloneDX and SPDX generation from vendor and Terraform evidence, coverage diagnostics, NTIA validation, and native CI workflow-artifact publication.
atmos-version
Atmos Version Tracker: version tracks, lock files, managed external dependency versions, atmos version track commands, !version, file managers, update policy, pinning, and CI verification.
atmos-cache
Atmos caching: CI cache configuration and commands, GitHub Actions cache integration, Terraform registry cache mirror/list/prune/stats/trust, and cache modernization guidance.