A solid Terraform specialist that handles the full IaC workflow from module design through state management across AWS, Azure, and GCP. The core workflow is methodical: it analyzes requirements, builds composable modules with validation blocks, configures remote backends with locking, then runs fmt, validate, and tflint before planning. Error recovery is clearly documented for state drift, provider auth issues, and dependency problems. The reference system loads context-specific guidance for modules, state, providers, and testing when needed. Input validation and provider version pinning are enforced, and it won't let you hardcode secrets or skip state locking. Outputs are structured as proper module directories with usage examples. Good for teams that want infrastructure code done the right way without cutting corners.
npx skills add https://github.com/jeffallan/claude-skills --skill terraform-engineer