Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Terraform

  • 222 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

Author, review, and apply Terraform modules to provision cloud networking, compute, storage, IAM, and environment-specific stacks with safe state management.

About

Covers Terraform infrastructure-as-code for cloud platforms: structuring modules, managing remote state, wiring IAM and networking, planning safe applies, and operating multi-environment stacks with reviewable, repeatable provisioning workflows.

  • Module design and variable/output contracts
  • Remote state, locking, and workspace strategy
  • IAM least-privilege resource policies
  • Plan/apply review and drift detection
  • Multi-environment promotion patterns

Terraform by the numbers

  • 222 all-time installs (skills.sh)
  • Ranked #446 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill terraform

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs222
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

What it does

Author, review, and apply Terraform modules to provision cloud networking, compute, storage, IAM, and environment-specific stacks with safe state management.

Files

SKILL.mdMarkdownGitHub ↗

Terraform

Quick Start (workflow)

terraform init
terraform plan -out=tfplan
terraform apply tfplan

Safety Checklist

  • State: remote backend + locking; separate state per environment
  • Reviews: plan in CI; apply from a trusted runner with approvals
  • Guardrails: prevent_destroy and policy checks for prod

Load Next (References)

  • references/state-and-environments.md — backends, locking, workspaces vs separate state, drift
  • references/modules-and-composition.md — module interfaces, versioning, composition patterns
  • references/workflows-and-guardrails.md — CI plan/apply, policy-as-code, safe migrations

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.