dynamodb-table-designer
This skill provides automated assistance for dynamodb table designer tasks within the AWS Skills domain.
Content Preview
--- name: dynamodb-table-designer description: | Dynamodb Table Designer - Auto-activating skill for AWS Skills. Triggers on: dynamodb table designer, dynamodb table designer Part of the AWS Skills skill category. allowed-tools: Read, Write, Edit, Bash(aws:*) version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Dynamodb Table Designer ## Purpose This skill provides automated assistance for dynamodb table designer tasks within the AWS Skills domain. ##
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/dynamodb-table-designer.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/13-aws-skills/dynamodb-table-designer/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/13-aws-skills/dynamodb-table-designer/SKILL.md
Related Skills
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
generalvoicealexaaws
by sickn33 (Antigravity) · antigravity-awesome-skills
nosql-expert
Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.
generalnosql
by sickn33 (Antigravity) · antigravity-awesome-skills
aws-cloud-patterns
AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
aws-cloud-patternsawscloudpatterns
by rohitg00 · awesome-claude-toolkit
Modeling NoSQL Data
This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design Mongo
skill-adaptermodeling nosql data
by jeremylongshore · plugins-plus-skills