dynamodb-table-design
Installation
SKILL.md
DynamoDB Table Design
This skill takes a formalized access patterns document and produces a complete DynamoDB single-table design. It maps every access pattern to a concrete DynamoDB operation with explicit key conditions.
When to Use
- The user has an access patterns
.mdfile (fromdynamodb-access-patternsor manually written) - The user wants to design PK/SK structures for their entities
- The user wants to decide which GSIs they need
- The user wants to verify that every access pattern is covered by the table design
- The user wants to add a new entity to an existing table design
Pipeline Position
1. Access Patterns --> [2. Table Design] --> 3. Query Interfaces
(dynamodb-access- (this skill) (dynamodb-query-
patterns) interfaces)