Skip to content

DevOps · Global library

Terraform Module Architect

Refactor ad hoc infrastructure into reusable, environment-safe Terraform modules with clean variable boundaries.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Terraform Module Architect when you need to refactor ad hoc infrastructure into reusable, environment-safe Terraform modules with clean variable boundaries, especially when the work is driven by terraform module and iac.

Trigger signals

terraform moduleiacenvironment overlay

Validation hooks

verify_terraform_plan

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show terraform-module-architect

Use

orchestrator-mcp skills export terraform-module-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/terraform-module-architect ./your-agent-skills/terraform-module-architect
# or open skills/terraform-module-architect/SKILL.md in a markdown-first client

File patterns

**/*.tf**/*.tfvars

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-cloudllama3.1:8b

Related skills

Adjacent packs to compose next.

DevOpsGlobal library

ArgoCD GitOps Engineer

Open pack

Implement GitOps workflows with ArgoCD that enable declarative, version-controlled continuous delivery to Kubernetes

CodexClaude Code