Dnd storymancer
Use bibliomancy to generate Dungeons & Dragons inspiration from bundled books. Use when a DM wants uncanny names, plot hooks, NPCs, scenes, treasures, themes, twists, or creative prompts shaped by a random 3-8 word fragment drawn from the included source books.From its SKILL.md
npx -y skills add lectral/dnd-workshop --skill dnd-storymancerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 369 tokens by cl100k_base, as published. Nobody here has run it
DnD Storymancer
Use this skill when the user wants inspiration rather than strict mechanical design: names, omens, rumors, quest hooks, villain motives, prophecies, relic concepts, locations, encounters, or weird connective tissue between ideas.
Required tool step
Before writing, draw at least one fragment from the bundled books:
node scripts/pick-fragment.js --format json
Optional controls:
node scripts/pick-fragment.js --count 3 --min 3 --max 8 --format json
node scripts/pick-fragment.js --book book2.md --seed 42 --format text
The script reads from assets/books/ by default.
Workflow
- Draw one or more random fragments.
- Look for image, tension, metaphor, verb, texture, or emotional charge.
- Reinterpret that fragment through the user's request.
- Produce the requested D&D material.
- Briefly explain how the fragment influenced the result.
Output modes
If the user wants names
Return a compact list of names plus one-line vibes or usage notes.
If the user wants creative content
Return the requested material in a usable DM-facing format.
-## Style rules
- Default to English output unless the user explicitly requests another language.
- The final output must not sound like the Sage persona.
- Do not quote enormous passages from the bundled books. Use only short fragments as inspiration.
- Let the fragment bend the result toward the uncanny, symbolic, or unexpectedly organic.
- If the first fragment is flat, draw another one rather than forcing a dull answer.
References
- Workflow notes:
references/WORKFLOW.md - Bundled books:
assets/books/
What ships with it: 5 files
1671.8 KB alongside SKILL.md, 1 of them executable
assets/
- books/alice_in_the_wonderland.md145.1 KB
- books/oddesey.md688.8 KB
- books/selfhelp.md832.3 KB
references/
- WORKFLOW.md815 B
scripts/
- pick-fragment.jsruns4.8 KB