dynamodb-access-patterns

Installation
SKILL.md

DynamoDB Access Patterns

This skill guides an interactive conversation to extract, formalize, and persist all access patterns for a DynamoDB single-table design. It is language-agnostic and project-agnostic -- it works for any application regardless of tech stack.

When to Use

  • The user wants to design a new DynamoDB table from scratch
  • The user wants to add new entities to an existing DynamoDB table
  • The user says things like "I need to store X and query by Y"
  • The user wants to document their access patterns before implementation
  • The user has an existing relational schema they want to migrate to DynamoDB

Pipeline Position

  [1. Access Patterns]  -->  2. Table Design  -->  3. Query Interfaces
       (this skill)        (dynamodb-table-     (dynamodb-query-
                            design)              interfaces)
Installs
31
First Seen
Feb 25, 2026
dynamodb-access-patterns — juancarestre/dynamodb-skills