This gives Claude everything it needs to work with DynamoDB, from table design to query optimization. The source covers the fundamentals well: partition and sort keys, GSIs versus LSIs, batch operations, and conditional writes with code examples in both boto3 and AWS CLI. What's genuinely useful here is the emphasis on access pattern driven design and single-table patterns, which is how you actually want to think about DynamoDB but isn't always obvious when you're coming from relational databases. The troubleshooting section addresses the real pain points like throttling and hot partitions. If you're building anything that needs to scale reads and writes independently, or you're tired of fighting with RDS connection pools, this covers the practical knowledge for getting DynamoDB right.
npx -y skills add itsmostafa/aws-agent-skills --skill dynamodb --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
wordpress/agent-skills
Dexploarer/hyper-forge
prisma/skills