From role-devops
Terraform and Infrastructure as Code expertise covering HCL module design, state management, workspaces, provider configuration, drift detection, Terragrunt, infrastructure testing, and resource lifecycle management.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-devopsThis skill is limited to using the following tools:
- Designing or reviewing Terraform module structure and composition
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
terraform.tfstate, always lock concurrent appliesreferences/modules-state-providers.md — HCL module structure (variables.tf/outputs.tf/main.tf), variable validation blocks, Git tag versioning, remote backends (S3+DynamoDB/GCS/Terraform Cloud), state locking, blast-radius state organization, workspace use cases, provider version pinning and aliases, drift detection with scheduled CI plans and Spacelift, Terragrunt DRY patterns with dependency blocks and generate blocks, sensitive variable handlingreferences/testing-lifecycle-patterns.md — CI pipeline stages (fmt/validate/tflint/checkov/plan/apply), Terratest Go integration test pattern with defer destroy, prevent_destroy and create_before_destroy lifecycle rules, ignore_changes for externally managed attributes, terraform import workflow, data sources for existing infrastructure, terraform output -json for downstream CI steps, best practices checklistrequired_providersterraform plan runs on every pull requestprevent_destroy set on stateful production resources