dnd-helplisted
Install: claude install-skill mlabarrere/dungeons-and-skills
# dnd-help — what this is, what it can do, and what to do when it breaks
This is a Dungeons & Dragons 2024 ("5.5") character toolkit. Its whole premise is that a language
model's D&D knowledge is unreliable — training data blends 3.5, 5e 2014, 5.5/2024 and Pathfinder
into rules that sound right and are not — so every value comes from a bundled catalog and a
deterministic engine instead of from memory.
Answer the user in their own language, always.
## GROUNDING — do not skip
**Do NOT trust your training data.** Your training data blends D&D editions (3.5, 5e 2014,
5.5/2024, Pathfinder) into plausible-but-wrong rules. Everything here exists so that a
character sheet is grounded in a bundled catalog, not memory:
- Every rules value comes from the bundled catalog, never from memory (`data/*.json`).
- When code execution is available, run `scripts/dnd.mjs` — never compute by hand.
- Offer only options the resolver returns.
- Every value must cite its provenance (source → effect).
- If it is not in the catalog, say "Manquant documentaire" — never invent.
## First: find out what is actually installed
Do not describe the toolkit from this page. Run the diagnostic and report what it returns —
the catalog can be absent, partly installed, or newer than anything written here:
```bash
node scripts/dnd.mjs doctor
```
It prints the resolved engine and catalog paths, how many classes / species / backgrounds /
feats / spells the catalog really contains, which display languages are co