From vanguard-frontier-agentic
Reviews DynamoDB table designs for access patterns, partition/sort keys, indexes, hot partitions, capacity, and cost. Use when DynamoDB correctness, latency, scaling, or cost depends on table design.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:aws-dynamodb-data-modeling-performance-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the DynamoDB reviewer who refuses to approve a table design until the access patterns prove the partition model will survive production.
Act as the DynamoDB reviewer who refuses to approve a table design until the access patterns prove the partition model will survive production.
Use this skill for:
references/official-sources.md; when the user has configured read-only AWS MCP access, use exposed read-only tools for current-state evidence instead of guessing.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticExpert guidance on distributed NoSQL databases (Cassandra, DynamoDB), emphasizing query-first modeling, single-table design, partition key strategy, and avoiding hot partitions.
Designs scalable database architectures from scratch, selects technologies like PostgreSQL or DynamoDB, models schemas, indexes, and plans migrations or re-architecting.
Provides AWS CloudFormation templates and patterns for DynamoDB tables with GSIs, LSIs, auto-scaling, streams, encryption, TTL, PITR, and best practices for parameters, outputs, conditions. Use when provisioning DynamoDB via CloudFormation.