terraform
Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
What this skill does
# Terraform ## Quick Start (workflow) ```bash 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 in universal
headlessui
IncludedHeadless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns
mpm-orchestration-demo
IncludedReference implementation demonstrating the Command → Agent → Skill orchestration pattern in Claude MPM, showing both preloaded-skill and dynamic-skill-invocation styles
kubernetes
IncludedKubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
opentelemetry
IncludedOpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting
threat-modeling
IncludedThreat modeling workflow for software systems: scope, data flow diagrams, STRIDE analysis, risk scoring, and turning mitigations into backlog and tests
sec-edgar-pipeline
IncludedSEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.