agentsclimarketplace

Dnd storymancer

Skill lectral/dnd-workshop/.agents/skills/dnd-storymancer

A collection of structured AI workflows (SKILL.md) for building D&D content monsters, NPCs, adventures, items, and spells - enhanced with tarot spreads, bibliomancy, and weighted random tables to push AI beyond generic fantasy tropes.

Install
npx -y skills add lectral/dnd-workshop --skill dnd-storymancer

Assembled 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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

2.1 KB, 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

  1. Draw one or more random fragments.
  2. Look for image, tension, metaphor, verb, texture, or emotional charge.
  3. Reinterpret that fragment through the user's request.
  4. Produce the requested D&D material.
  5. 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/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.