IaC Module Scaffold
Unversioned · Public · Verified ·devops ·scanned 2026-07-08
Install
Claude Code: add the marketplace once, then install.
/plugin marketplace add simplycubed/skills /plugin install iac-module-scaffold@simplycubed Any agent (folder)
Download the folder at the source, then drop it into your agent's skills directory.
Folder: iac-module-scaffold/
| Agent | Directory |
|---|---|
| Vendor-neutral (Codex, Gemini CLI, …) | .agents/skills/ |
| Claude Code | ~/.claude/skills/ |
| Gemini CLI | ~/.gemini/skills/ |
Summary
Scaffold a registry-ready Terraform/OpenTofu module — standard file layout (main/variables/outputs/versions), typed/validated/described variables, documented outputs, an examples/ usage, native.tftest.hcl tests, a terraform-docs README, and a fmt/validate check.
Details
Passed automated static scanning. A point-in-time review, not a guarantee it is safe to run.
Scanned 2026-07-08: certify builtin · gitleaks 8.18.4 · osv-scanner 2.4.0 · semgrep n/a (no code)
✓ All checks clean
Credits
Written by atkozhuharov
Keywords
#terraform #opentofu #iac #modules