Dma Coding Discipline

Use before writing C++ code that uses DMALibrary or DMA helper APIs.

netvar1337 1524b66 551 B Updated

File contents

DMA Coding Discipline

Before writing code:

  1. Read docs/AI_AGENT_OPERATING_MANUAL.md.
  2. Read docs/llms-dma.md.
  3. Verify every DMALibrary symbol in knowledge/dmalibrary-api-index.json.
  4. Avoid target-specific offsets and bypass instructions.
  5. Validate final answer with python tools/validate-cpp-answer.py <file>.

Prefer minimal C++17 examples. Use explicit buffers for uncertain structures. Close scatter handles.

netvar1337/dma-ai-toolkit/tree/main/.claude/skills/dma-coding-discipline commit 1524b66996

Frequently asked questions

npx skillmds@latest add netvar1337/dma-coding-discipline