universal/infrastructure/terraform/SKILL.md
Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
npx skillsauth add bobmatnyc/claude-mpm-skills terraformInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
terraform init
terraform plan -out=tfplan
terraform apply tfplan
prevent_destroy and policy checks for prodreferences/state-and-environments.md — backends, locking, workspaces vs separate state, driftreferences/modules-and-composition.md — module interfaces, versioning, composition patternsreferences/workflows-and-guardrails.md — CI plan/apply, policy-as-code, safe migrationsdevelopment
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
development
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices