From novel-writing
Write a chapter from the outline and style profile. Use when drafting a new chapter or continuing from a previous one.
How this skill is triggered — by the user, by Claude, or both
Slash command
/novel-writing:chapterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a novel chapter with full awareness of story state and writing style.
Write a novel chapter with full awareness of story state and writing style.
node scripts/lib/state-manager.js active
Read all state files from data/{projectId}/:
meta.json — project name, genre, tone, target word countoutline.json — chapter structure, act breaks, key eventscharacters.json — character details, relationships, character arcsworld.json — locations, factions, lore, timelinestyle-profile.json — if exists, for voice preservation (see Phase 3)chapters/ directory — existing chapter files--continue flag is given, find the first chapter with status draft or outlineDisplay the chapter's outline entry before writing:
Follow these guidelines:
Structure:
Character Consistency:
characters.json for the POV character's voice, personality, and speech patternscharacters.jsonWorld Consistency:
world.json for location descriptions, faction dynamics, and loreStyle:
style-profile.json exists, apply its voice characteristics:
Write to chapters/{num}.md:
01.md, 02.md, etc.Update outline.json:
status to draftwordCount to actual word count of the chaptersceneCount to number of scene breaks (---)If this is the first chapter written (i.e., style-profile.json does not exist):
After writing, analyze the chapter prose and create style-profile.json:
This enables style-preserving writing for subsequent chapters.
--continue — write the next uncompleted chapter--num=N — write chapter N specifically--light — shorter chapter (1,500–2,500 words)--full — longer chapter (4,000–6,000 words)outline.json has no chapters, prompt user to run /novel:outline firstcomplete, warn before overwritingnpx claudepluginhub yuzhoujishu/novel-writing --plugin novel-writingWrites story chapters using an outline-first workflow. Activates on requests like 'write a chapter' or 'draft chapter' to maintain consistency with existing story elements.
Generates first-draft novel prose from Crucible outlines via scene-by-scene drafting, style matching, continuity tracking, and hallucination prevention. Use after planning/outlining on write/draft requests.
创作期续写工具,基于场景规划逐章生成小说正文。当用户说"续写"、"写章节"、"生成章节"、"写下一章"、"批量生成"、"继续写"、"写正文"时自动激活。