Kerneta

Claude Md Block — Development skill for Claude Code

Development community

Reading .dai memory stores Any folder holding .dai files plus an _index/ is a DaiDocs store.

How to install Claude Md Block

Installs to ~/.claude/skills/kerneta-daidocs-claude-md-block/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kerneta-daidocs-claude-md-block && curl -fsSL https://raw.githubusercontent.com/Kerneta/daidocs/HEAD/prompts/CLAUDE-MD-BLOCK.md -o ~/.claude/skills/kerneta-daidocs-claude-md-block/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Claude Md Block does

Reading .dai memory stores

Any folder holding `*.dai` files plus an `_index/` is a DaiDocs store. Read it in three zooms and STOP at the shallowest one that answers the question. Reading whole files is the default failure mode: it costs an order of magnitude more tokens for no accuracy gain.

  1. _index/manifest.jsonl for one JSON line per file (id, path, title, date, summary, topics, entities, tags). Always start here, then pick the 1 to 3 file

Alternatives in Development

Full documentation available on GitHub

View Source Repository