Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By lgbarn
Terraform/OpenTofu infrastructure development for AWS with EKS/Kubernetes support. Provides specialized agents for IaC development, security analysis, cost estimation, and state management.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin lgbarn-terraform-aws-eksCompare two Terraform configurations or versions
Estimate infrastructure costs from Terraform configuration
Analyze and explain what a Terraform configuration does
Perform security analysis of Terraform configuration
Generate architecture diagram from Terraform configuration
AWS provider specialist for Terraform/OpenTofu. Deep knowledge of AWS services, IAM, networking, and security configurations. Invokes doc-researcher for AWS-specific documentation.
Terraform infrastructure code review specialist. Reviews configurations for quality, correctness, and best practices. Read-only analysis - does not make edits.
Terraform cost estimation and optimization specialist. Analyzes configurations for cost efficiency and provides optimization recommendations. Read-only analysis - does not make edits.
Terraform/OpenTofu error troubleshooting specialist. Diagnoses and resolves Terraform errors, plan failures, and apply issues.
Fetches official documentation for Terraform, OpenTofu, and AWS before generating code. Use proactively before any code generation to verify resource schemas and best practices.
AWS infrastructure patterns and best practices for Terraform. Provides VPC, IAM, S3, and security group scaffolds. Use when developing AWS infrastructure.
EKS cluster patterns and best practices for Terraform. Provides cluster, node group, add-on, and IRSA scaffolds. Use when developing EKS infrastructure.
Terraform module development patterns and best practices. Provides structure, versioning, and output scaffolds. Use when creating reusable modules.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Two Claude Code skills for EKS Auto Mode: onboarding guide for newcomers and maintenance playbook for repo maintainers
Terraform code generation skills including HCL generation, style guides, and testing.
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
The Conduit-Artisan Hybrid - AWS EKS deployments with Helm, Keycloak authentication, and Harness CI/CD. Combines pipeline excellence with developer velocity.
Complete Terraform and OpenTofu expertise system for all cloud providers with 2025 features. PROACTIVELY activate for: (1) ANY Terraform/OpenTofu task, (2) Terraform 1.10 ephemeral values and 1.11 write-only arguments, (3) AzureRM Provider 4.x (provider-defined functions, 1,101+ resources), (4) AWS Provider 6.0 GA breaking changes and migration, (5) OpenTofu 1.10/1.11 (OCI registry, state encryption, native S3 locking), (6) Ephemeral resources (azurerm_key_vault_secret, aws_secretsmanager_secret_version), (7) Policy-as-code with Sentinel/OPA/Checkov (NIST SP 800-53 Rev 5), (8) Terraform Stacks (GA) with Linked Stacks, (9) Testing with terraform test framework and Terratest, (10) Git Bash/MINGW path conversion issues on Windows, (11) Private module registry and no-code provisioning, (12) Cross-platform scripts with shell detection. Provides: Terraform 1.10/1.11 ephemeral and write-only patterns, AzureRM 4.x provider functions (normalize_resource_id, parse_resource_id), AWS 6.0 migration guidance, comprehensive ephemeral resource examples, Git Bash Windows compatibility, policy-as-code governance, OpenTofu state encryption, native S3 locking without DynamoDB, version-aware code generation, Trivy security scanning, cost estimation with Infracost, CLI mastery, and 2025 industry best practices across Windows (PowerShell/Git Bash), Linux, and macOS. Ensures enterprise-ready, compliant, scalable, governed infrastructure with policy enforcement and self-service capabilities.
Terraform module creation and infrastructure planning
Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation
Trading indicator development for TradingView, NinjaTrader, and Tradovate
DevOps skills for Claude Code: Terraform/OpenTofu workflows, AWS infrastructure management, safety-first IaC practices, and parallel agent orchestration
Interactive builder for custom Claude Code agents with testing, evaluation, and iterative improvement. Use when creating, testing, or improving agents.
A Claude Code plugin for AI-assisted Terraform/OpenTofu infrastructure development with AWS EKS and Kubernetes support.
This Claude Plugin provides intelligent assistance for building AWS EKS infrastructure using Terraform or OpenTofu. It leverages specialized AI agents, commands, and pattern libraries to help you:
Target Module: terraform-aws-modules/eks/aws v20+
aws configure or environment variables)# Clone the plugin to your Claude plugins directory
git clone https://github.com/lgbarn/terraform-aws-eks.git ~/.claude/plugins/terraform-aws-eks
Or add to your Claude Code configuration manually.
# Navigate to your Terraform project
cd my-infrastructure
# Start Claude Code
claude
# Create a new EKS cluster
> /new-cluster my-app-cluster --managed
# Add a node group
> /add-nodegroup general --instance-types m6i.large,m5.large
# Run security review
> /security-review .
# Set up IRSA for your application
> /setup-irsa my-app
| Command | Description | Usage |
|---|---|---|
/new-cluster | Create new EKS cluster configuration | /new-cluster <name> [--managed|--fargate|--auto] |
/add-nodegroup | Add managed node groups | /add-nodegroup <name> |
/add-addon | Configure EKS add-ons (CoreDNS, VPC-CNI, etc.) | /add-addon <addon-name> |
/add-fargate | Add Fargate profiles | /add-fargate <profile-name> |
/setup-irsa | Configure IAM Roles for Service Accounts | /setup-irsa <service-account> |
| Command | Description | Usage |
|---|---|---|
/init | Initialize Terraform/OpenTofu | /init |
/plan | Run terraform/tofu plan | /plan |
/apply | Apply infrastructure changes | /apply |
/destroy | Destroy infrastructure | /destroy |
| Command | Description | Usage |
|---|---|---|
/new-module | Create new Terraform module | /new-module <name> |
/validate | Validate module structure | /validate [path] |
/document | Generate module documentation | /document [path] |
/refactor | Refactor existing modules | /refactor <path> |
/upgrade | Upgrade module versions | /upgrade |
| Command | Description | Usage |
|---|---|---|
/explain | Analyze and explain Terraform configuration | /explain <file-or-directory> |
/security-review | Security vulnerability analysis | /security-review <path> |
/cost-estimate | Cost estimation and optimization | /cost-estimate <path> |
/visualize | Create architecture diagrams | /visualize <path> |
/compare | Compare configurations or versions | /compare <path1> <path2> |
| Command | Description | Usage |
|---|---|---|
/drift-check | Check for infrastructure drift | /drift-check |
/import | Import existing AWS resources | /import <resource> <id> |
/state-mv | Move state resources | /state-mv <source> <destination> |
/state-rm | Remove from state | /state-rm <resource> |
The plugin includes specialized AI agents that can be invoked for complex tasks: