
Terraform Docs Inject
- 1 installs
- 1 repo stars
- Updated July 5, 2026
- craigspaterson/agent-skills
Inject Terraform documentation and variable descriptions automatically.
About
Tool for automatically generating and injecting Terraform module documentation. Keeps infrastructure-as-code readable with auto-updated variable and output docs.
- Automatic Terraform documentation generation
- Variable and output description injection
Terraform Docs Inject by the numbers
- 1 all-time installs (skills.sh)
- Ranked #933 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/craigspaterson/agent-skills --skill terraform-docs-injectAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 5, 2026 |
| Repository | craigspaterson/agent-skills ↗ |
What it does
Inject Terraform documentation and variable descriptions automatically.
Files
Terraform Docs Inject
Quick start
From the repository root:
cd terraform
terraform-docs markdown table --output-file README.md --output-mode inject .Workflow
1. Confirm a terraform/ directory exists in the repository root — stop and report if not. 2. Check that terraform-docs is installed (terraform-docs --version). If not installed, stop and ask the user to install it before proceeding. 3. Run the command above exactly as written — do not change any arguments. 4. Report whether terraform/README.md was updated or was already up to date.
Notes
- Injects content between existing
terraform-docsmarkers interraform/README.md— does not replace the whole file. - Always run from the repository root so the relative path resolves correctly.