This skill empowers Claude to act as an expert architect for DynamoDB single-table design, specifically leveraging the syntax and features of dynamodb-toolbox v2. It provides specialized guidance on defining entities, mapping business attributes to partition and sort keys, designing Global Secondary Indexes (GSIs), and implementing robust repository patterns. By utilizing this skill, developers can ensure their NoSQL data layers are type-safe, follow performance best practices, and correctly handle complex operations like pagination, transactions, and conditional updates.
主要功能
013 GitHub stars
02Type-safe Entity and Table definitions using v2 syntax
03Repository pattern implementation with built-in validation
04Advanced query logic including pagination and transaction handling
05Linked key patterns for automatic PK/SK derivation
06GSI strategy planning for diverse access patterns