skills/dynamo-mapper/SKILL.md
Use this skill when you need to write or explain DynamoMapper mappings for DynamoDB `AttributeValue` items in C#. It covers how to declare mapper classes, how `DynamoMapper`, `DynamoField`, `DynamoIgnore`, and `DynamoMapperConstructor` behave, how lifecycle hooks work, what types and nested shapes are supported, how custom conversion really works, and how to troubleshoot DynamoMapper diagnostics and common gotchas without relying on stale docs.
npx skillsauth add layeredcraft/dynamo-mapper dynamo-mapperInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when generating or explaining DynamoMapper code.
T <-> Dictionary<string, AttributeValue>.static partial mapper class marked with [DynamoMapper].To or From
and use the expected model/dictionary signatures.To* only or From* only.[DynamoMapperConstructor] on a constructor.BeforeToItem, AfterToItem,
BeforeFromItem, AfterFromItem).references/gotchas.md when behavior seems surprising.references/core-usage.md for mapper shape, attribute behavior, defaults, constructor rules,
and common implementation patterns.references/type-matrix.md for supported types, collection rules, nested shapes, and hard
limits.references/diagnostics.md for generator diagnostics and the most likely fixes.references/hooks.md for hook signatures, call order, generation behavior, and
hook-specific diagnostics.references/gotchas.md for stale-doc traps and the non-obvious rules most likely to cause
bad guidance.references/hooks.md first.references/gotchas.md before
answering.ToItem and FromItem; the To/From prefix
matters, but the generator also expects the recognized model/dictionary signatures.static partial void with exact parameter
shapes.AfterFromItem requires ref on the entity parameter.references/core-usage.mdreferences/type-matrix.mdreferences/diagnostics.mdreferences/hooks.mdreferences/gotchas.mdtools
Git workflow automation for committing, branching, and opening pull requests. Use this whenever the user asks to commit their work, create a branch, or create/open/draft a PR.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.