From aws-eks
Use this skill whenever the user needs to provision an EKS cluster on AWS using Terraform. Triggers on mentions of EKS setup, EKS provisioning, AWS Kubernetes cluster, Terraform EKS, or preparing an EKS cluster for Datadog monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-eks:setup-eks-clusterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provision an Amazon EKS cluster with complete VPC infrastructure, IAM roles, security groups, and a managed node group using Terraform.
Provision an Amazon EKS cluster with complete VPC infrastructure, IAM roles, security groups, and a managed node group using Terraform.
The complete setup is documented in README.md. The Terraform scripts in scripts/ create:
cd scripts/
terraform init
terraform plan
terraform apply
After provisioning, configure kubectl:
aws eks update-kubeconfig --name <CLUSTER_NAME> --region <REGION>
kubectl get nodes
kubectl get nodes
# Expected: 2 nodes in Ready status
kubectl cluster-info
# Expected: Kubernetes control plane URL
Cause: AWS user lacks required IAM permissions. Fix: Ensure user has EKS, EC2, IAM, and VPC full access policies.
Cause: kubeconfig not updated after cluster creation.
Fix: Run aws eks update-kubeconfig --name <CLUSTER_NAME> --region <REGION>
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin aws-eksSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.