dynamodb-onetable
✓Guide for DynamoDB single-table design using OneTable ORM. Use when designing database schemas, writing DAL functions, creating queries, or handling schema evolution in DynamoDB.
Installation
SKILL.md
| Access Pattern | pk | sk | Index |
| User's items | USER#${userId} | ITEM#${id} | primary | | Item by ID | ITEM#${id} | USER#${userId} | gsi1 | | Hierarchical | USER#${userId} | PARENT#${parentId}#${id} | primary | | By date | USER#${userId} | DATE#${date}#${id} | primary |
No 'server-only' - DAL must work in Lambda and Next.js
Guide for DynamoDB single-table design using OneTable ORM. Use when designing database schemas, writing DAL functions, creating queries, or handling schema evolution in DynamoDB. Source: gilbertopsantosjr/fullstacknextjs.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill dynamodb-onetable- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-02
- Updated
- 2026-02-18
Quick answers
What is dynamodb-onetable?
Guide for DynamoDB single-table design using OneTable ORM. Use when designing database schemas, writing DAL functions, creating queries, or handling schema evolution in DynamoDB. Source: gilbertopsantosjr/fullstacknextjs.
How do I install dynamodb-onetable?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill dynamodb-onetable Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gilbertopsantosjr/fullstacknextjs
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-02