dynamodb-query-interfaces
Installation
SKILL.md
DynamoDB Query Interfaces
This skill takes a DynamoDB table design document and generates a complete set of repository interfaces: entity types, method signatures, input/output contracts, and key-building utilities. The output is language-agnostic pseudocode that can be directly translated to any language.
When to Use
- The user has a table design
.mdfile (fromdynamodb-table-designor manually written) - The user wants to generate the data access layer skeleton
- The user wants type-safe method signatures for every access pattern
- The user wants to see the full repository interface before implementing
Pipeline Position
1. Access Patterns --> 2. Table Design --> [3. Query Interfaces]
(dynamodb-access- (dynamodb-table- (this skill)
patterns) design)