·dynamodb-single-table
</>

dynamodb-single-table

Orchestrator for the DynamoDB single-table design pipeline. Use when the user wants to design a DynamoDB table end-to-end or is unsure which step to start with. Routes to the appropriate specialized skill: dynamodb-access-patterns, dynamodb-table-design, or dynamodb-query-interfaces.

9Installs·4Trend·@juancarestre

Installation

$npx skills add https://github.com/juancarestre/dynamodb-skills --skill dynamodb-single-table

How to Install dynamodb-single-table

Quickly install dynamodb-single-table AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/juancarestre/dynamodb-skills --skill dynamodb-single-table
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: juancarestre/dynamodb-skills.

SKILL.md

View raw

This skill orchestrates a 3-step pipeline for designing and implementing a DynamoDB single-table design. Use it when the user wants the full workflow or needs guidance on which step to take next.

Before routing, check if the user's project already has pipeline artifacts. Search for files matching these patterns:

| None | Fresh start | Route to dynamodb-access-patterns | | Access patterns only | Step 1 complete | Route to dynamodb-table-design with the file path | | Access patterns + table design | Steps 1-2 complete | Route to dynamodb-query-interfaces with the file path | | All three files | Pipeline complete | Ask if they want to add entities, modify, or review |

Orchestrator for the DynamoDB single-table design pipeline. Use when the user wants to design a DynamoDB table end-to-end or is unsure which step to start with. Routes to the appropriate specialized skill: dynamodb-access-patterns, dynamodb-table-design, or dynamodb-query-interfaces. Source: juancarestre/dynamodb-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/juancarestre/dynamodb-skills --skill dynamodb-single-table
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from juancarestre/dynamodb-skills

Quick answers

What is dynamodb-single-table?

Orchestrator for the DynamoDB single-table design pipeline. Use when the user wants to design a DynamoDB table end-to-end or is unsure which step to start with. Routes to the appropriate specialized skill: dynamodb-access-patterns, dynamodb-table-design, or dynamodb-query-interfaces. Source: juancarestre/dynamodb-skills.

How do I install dynamodb-single-table?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/juancarestre/dynamodb-skills --skill dynamodb-single-table Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/juancarestre/dynamodb-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None