character-management
This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character…
This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene", "outline a chapter", or wants to write prose for a story project.
$ npx -y skills add danjdewhurst/story-skills --skill chapter-writing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/chapter-writingContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene", "outline a chapter", or wants to write prose for a story project.
name: chapter-writing description: This skill should be used when the user asks to "write a chapter", "next chapter", "chapter outline", "draft chapter", "continue the story", "write a scene", "outline a chapter", or wants to write prose for a story project.
Write story chapters using an outline-first workflow. Gathers context from all other story elements (characters, world, plot) to maintain consistency, builds a beat-by-beat outline for approval, then writes full prose. After writing, updates all cross-references (chapter index, timeline, foreshadowing).
A story project must already exist with at least:
Before drafting or revising chapter prose, check whether the `better-writing` skill is available in the active agent environment.
Read these files to understand the current story state:
If this isn't the first chapter, also read:
Ask the user:
If plot arcs exist, suggest the next logical beats to advance.
Create a beat-by-beat outline listing:
Load the POV character's file for voice reference. Load relevant location files for setting details.
Present the outline to the user for approval. Revise until approved.
With the approved outline, write the full prose:
Save to `chapters/chapter-{NN}.md` with appropriate frontmatter.
Create or update a matching scene file in `scenes/chapter-{NN}-scene-{NN}.md` for each scene. Scene frontmatter should include `chapter`, `scene`, `pov`, `location`, `characters`, `arcs-advanced`, `status`, and `state-changes` so continuity survives beyond prose.
Write chapter prose directly into the chapter markdown file. Do not stage prose in project-local build scripts, generator scripts, or bulk writer scripts (for example `build-*.js`) to emit chapters. If a temporary helper is truly unavoidable for mechanical file operations, keep it outside the story project and remove it before finishing.
After the chapter is written:
1. **Update `chapters/_index.md`** - add chapter to registry, update total word count 2. **Update `plot/timeline.md`** - add events from this chapter in chronological order 3. **Update arc files** - mark advanced plot points with chapter reference 4. **Update scene records** - make sure every scene has a corresponding `scenes/` file 5. **Update continuity** - carry forward character state, object ownership, knowledge, open questions, and promises/payoffs 6. **Update foreshadowing** - mark any items as `planted` or `paid-off` with chapter reference 7. **Note character changes** - if a character's status changed (injury, revelation, relationship shift), flag for the user to update the character file 8. **Run CLI maintenance when available:**
story wordcount . --write story reindex . story links . story validate . story next .
Present a summary of all updates made.
Within a chapter, separate scenes with `---`. Each scene should have a clear POV character (even if the same as the previous scene) and location.
When asked to revise, line edit, polish, or continuity-check an existing chapter, use the `revision-continuity` skill. This skill owns new drafting and chapter creation; `revision-continuity` owns targeted edits, continuity audits, and post-draft cleanup.
Use the Story CLI when it is available. If `story` is not installed but the `story-maintenance` skill is present, use `node ../story-maintenance/scripts/story.js` with the same arguments, resolving the path relative to this skill folder. If no CLI is available, perform the registry, backlink, and word-count checks manually.
Agent Skills for planning, tracking, and drafting fiction in markdown. Story Skills gives agents a shared project format for fiction: a story bible, character files, worldbuilding notes, factions, artifacts, plot arcs, scene state, continuity questions,
Repo: danjdewhurst/story-skills
This skill should be used when the user asks to "create a character", "update a character", "add a character", "build a family tree", "character…
This skill should be used when the user asks to "create a plot arc", "story structure", "add a plot point", "story timeline", "track foreshadowing", "pacing",…
This skill should be used when the user asks to revise a chapter, edit prose, continuity check, find inconsistencies, audit character state, check timeline…
This skill should be used when the user asks to "start a new story", "initialize a story project", "create a story", "new book", "set up a story", or wants to…
This skill should be used when the user asks to validate, reindex, repair registries, check links, check continuity, count words, summarize a story project,…
This skill should be used when the user asks to "create a location", "add a location", "magic system", "political system", "build the world", "add culture",…