refactor-module

refactor-module

Popular

Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

763stars
114forks
Updated 7/15/2026
SKILL.md
readonlyread-only
name
refactor-module
description

Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

Skill: Refactor Module

Overview

This skill guides AI agents in transforming monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.

Capability Statement

The agent will analyze existing Terraform code and systematically refactor it into well-structured modules with:

  • Clear interface contracts (variables and outputs)

  • Proper encapsulation and abstraction

  • Versioning and documentation

  • Testing frameworks

  • Migration path for existing state

Prerequisites

  • Existing Terraform configuration to refactor

  • Understanding of resource dependencies

  • Access to current state file (for migration planning)

  • Knowledge of module registry patterns