terraform-module-creator

Installation
SKILL.md

Terraform Module Creator

Creates or extends reusable Terraform modules following standard conventions for structure, interfaces, and composition.

When to Use

  • Creating a new reusable infrastructure module
  • Extending an existing module with new resources
  • Refactoring inline resources into a proper module
  • Standardizing an ad-hoc module to follow conventions

Process

1. Determine Module Purpose

Ask the user:

  • Module name (e.g., rds, ecs-service, s3-bucket)
  • Resources managed (what AWS/cloud resources it wraps)
  • Consumers (which services will use this module)
Related skills
Installs
8
GitHub Stars
68
First Seen
Apr 5, 2026