Agent capability

terraform-infrastructure-automation

Research, design, review, validate, and safely operate Terraform providers, modules, registries, state, plans, workspaces, variables, imports, refactors, HCP Terraform, and Terraform Enterprise. Use for infrastructure-as-code adoption, provider selection, module evaluation, drift review, plan analysis, workspace operations, and migration from manual infrastructure. Integrates with the official HashiCorp Terraform MCP where available.

Apache-2.0 Terraform plan and registry research may run read-only. Apply, destroy, state mutation, workspace deletion, variable writes, imports, moves, and force-unlock require explicit authorization and protected state backups. 1 files 3,045 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/terraform-infrastructure-automation

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh terraform-infrastructure-automation --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/terraform-infrastructure-automation

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh terraform-infrastructure-automation --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/terraform-infrastructure-automation

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh terraform-infrastructure-automation --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/terraform-infrastructure-automation

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh terraform-infrastructure-automation --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'terraform-infrastructure-automation' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
SKILL.md 3,045 3bb47e47d4e07e10…