novel-writing

Orchestrates a 12-skill pipeline for writing, reviewing, and publishing Chinese web novels on Fanqie.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/cwjdong-design/novel --skill novel-writing-cwjdong-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: novel-writing
Source: https://github.com/cwjdong-design/novel/tree/main/novel-writing
Command: npx skills add https://github.com/cwjdong-design/novel --skill novel-writing-cwjdong-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing long-form web novels with AI produces hallucinated names, numbers, and system-panel data, plus flat 'AI-flavored' prose that loses readers. This Skill is the entry point and router for a 12-skill Fanqie novel creation system that separates structure (human/agent-authored skeletons) from prose (AI drafting), cutting hallucinations from 3-5 per chapter to 0-1. ## Core Features & Use Cases - 8-step chapter loop: Routes work through prep, plot, draft, review, polish, track, milestone, and backup sub-skills with a flow lock that prevents skipping steps. - Skeleton mode drafting: Pre-validates place names, settlement numbers, and system panels before dispatching short prompts to Claude Code, then verifies output with deterministic scan scripts. - Quality gates: Enforces word count (2000-2800), dialogue ratio (>=38%), banned-word scanning, anti-AI-flavor checks, and cross-chapter pacing gates every chapter. - Multi-book management: Each book keeps its own worldbuilding, character cards, and config in a per-book directory, while the skill files stay book-agnostic. - Use Case: Tell the agent 'write chapter 45' and it loads the book config, generates a validated skeleton, dispatches drafting to Claude Code, scans the result, and only delivers the chapter after all gates pass. ## Quick Start Say 'write chapter X of my novel' or 'start a new book' and the skill will route you into the appropriate sub-skill workflow.

Frequently Asked Questions about novel-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a web novel chapter with AI without hallucinations?

Use skeleton mode: a human or main agent writes a pre-validated chapter skeleton containing scenes, system panel numbers, and hooks, then the AI only fills in prose. Deterministic scan scripts verify names, numbers, and place names against the book config after drafting.

How does the 8-step novel creation loop work?

Each chapter flows through prep, plot, draft, review, polish, track, milestone, and backup steps. A flow lock script prevents skipping steps, review and polish can loop up to 3 times, and milestone reviews trigger every 5 chapters.

Can this skill manage multiple novels at the same time?

Yes. Skill files contain only generic methodology, while each book stores its own worldbuilding, character cards, place-name whitelist, and system panel rules in a per-book config file under its own directory.

What model should I use for drafting long chapters with Claude Code?

The sonnet channel is recommended for 3000-4000 character skeleton prompts, producing stable output in 38-50 seconds. The opus channel stalls on long prompts and haiku is unreliable, per the routing reference documentation.

Why does AI-drafted fiction sound generic and how is it fixed?

Generic prose comes from missing author voice anchors. The skill defines an author voice DNA block covering sentence rhythm, signature words, metaphor domains, and banned AI-flavor terms, injected into draft prompts and checked during review.