terraform-module-creator

Installation
SKILL.md

Terraform Module Creator

Purpose

Use this skill to help design and create Terraform modules from real infrastructure requirements.

This skill is intended to do more than generate Terraform files. It should help decide whether a module is justified in the first place, define a clear module responsibility, shape a clean interface, and avoid over-engineering.

The goal is to produce Terraform modules that are understandable, maintainable, and genuinely useful in practice.

Prerequisites

The following tools must be installed locally before using this skill. The skill references them during generation and validation steps.

Tool Purpose Install
Terraform Core IaC tool — init, validate, fmt brew install hashicorp/tap/terraform
terraform-docs Generates README inputs/outputs from module source brew install terraform-docs
tflint Static analysis — catches deprecated args, provider-specific issues brew install tflint
Related skills

More from thomast1906/github-copilot-agent-skills

Installs
1
GitHub Stars
166
First Seen
Apr 24, 2026