dynantic-usage

Community

Master Dynantic for type-safe DynamoDB access.

AuthorSimi24
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a guided, code-focused path to using the Dynantic library to interact with DynamoDB in a type-safe, Pydantic-driven style, reducing boilerplate and runtime errors.

Core Concepts

  • Pydantic-based models with a metaclass-driven DSL for building queries, updates, and conditional writes.
  • Support for partition keys, sort keys, GSIs, and polymorphic single-table designs.
  • Transparent serialization/deserialization between Python types and DynamoDB JSON, including numeric precision handling.

Quick Start

  • Define a Dynantic model using Key() and SortKey() decorators, then call save() to persist.
  • Retrieve items with Model.get(pk, sk) or Model.query(pk).all() for related results.
  • Build complex operations with update() for atomic changes and .filter() on queries/scans for non-key attributes.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dynantic-usage
Download link: https://github.com/Simi24/dynantic/archive/main.zip#dynantic-usage

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.