chellehoniker

Stos Bible — Development skill for Claude Code

Development community

Generate a full story bible for a title — looped, per-entity saves.

How to install Stos Bible

Installs to ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-bible/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-bible && curl -fsSL https://raw.githubusercontent.com/chellehoniker/claude-code-storytelleros/HEAD/commands/stos-bible.md -o ~/.claude/skills/chellehoniker-claude-code-storytelleros-stos-bible/SKILL.md

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

What Stos Bible does


description: Generate a full story bible for a title — looped, per-entity saves argument-hint: allowed-tools: [Bash, Read, Write]

Story Bible

Generate a full story bible for: $ARGUMENTS

Follow the `story-bible` skill. Confirm pen-name + title scope first, then loop:

  1. Draft each character as a complete record, save with stos_characters_create (one call per character — never batch).
  2. Draft each location, save with stos_locations_create.
  3. Draft eac

Alternatives in Development

Full documentation available on GitHub

View Source Repository