amazon-dynamodb

Installation
SKILL.md

DynamoDB Axioms

This document is a set of design axioms for DynamoDB applications. It is intended to be read by an agent with no other context about the application and used to produce a defensible data-layer design.

Guardrail — where this skill's own files live (MCP vs local install)

This skill can be loaded two ways, and they resolve the skill's own bundled files from different places. Determine how the skill was loaded before reading a reference or running a script:

  • Loaded through the AWS MCP retrieve_skill tool: The skill is not installed on the local filesystem. You MUST fetch each reference or script via retrieve_skill with the file parameter (e.g. file="references/vector-search.md" or file="scripts/calculate_costs.py"), and run the script from the returned content. Do NOT file_read these paths locally — they do not exist on disk.
  • Installed locally (e.g. .kiro/skills/amazon-dynamodb/ or ~/.claude/skills/amazon-dynamodb/): Read and run files from the local skill directory using relative paths.
Installs
3.4K
GitHub Stars
2.6K
First Seen
Jul 14, 2026
amazon-dynamodb — aws/agent-toolkit-for-aws