This is all about single-table design and access pattern modeling for DynamoDB. It covers the core mental shift from relational thinking to NoSQL (design for queries, not entities), walks through generic PK/SK patterns with a real e-commerce schema example, and shows SDK v3 TypeScript operations with the DynamoDBDocumentClient. The skill includes GSI query patterns, pagination, and condition expressions. Use it when you're building serverless apps with DynamoDB and need to get the schema design right upfront, or when migrating from SDK v2 to v3. The examples are practical enough to copy and adapt, which is honestly the main value here since DynamoDB schema mistakes are expensive to fix later.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb