From aws-rds-mysql
Use this skill whenever the user needs to provision an Amazon RDS MySQL instance. Triggers on mentions of RDS MySQL setup, Amazon RDS provisioning, Terraform RDS, MySQL read replica on AWS, or managed MySQL on AWS. Also applies when the user wants to create a database for Datadog DBM testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-rds-mysql:setup-rds-mysqlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provision an Amazon RDS MySQL 8.4 primary instance with a read replica using Terraform.
Provision an Amazon RDS MySQL 8.4 primary instance with a read replica using Terraform.
The complete setup is documented in README.md. The Terraform scripts in scripts/ create:
cd scripts/
terraform init
terraform plan
terraform apply
# Get the RDS endpoint from Terraform output
terraform output rds_endpoint
# Connect to MySQL
mysql -h <RDS_ENDPOINT> -u <USERNAME> -p
# Verify replication status on read replica
mysql -h <REPLICA_ENDPOINT> -u <USERNAME> -p -e "SHOW REPLICA STATUS\G"
Cause: Security group not allowing inbound MySQL (3306) from your IP. Fix: Update the security group to allow your IP or CIDR range on port 3306.
Cause: Primary instance under heavy write load or network latency.
Fix: Monitor ReplicaLag CloudWatch metric. Consider upgrading instance class.
Searches 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.
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin aws-rds-mysql