kinema-novel

Writes and manages long-form serialized novels with chapter registries, style baselines, and batch reviews.

131|10|Updated Aug 14, 2026
One-click install
npx skills add https://github.com/chillzhuang/Kinema --skill kinema-novel-chillzhuang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kinema-novel
Source: https://github.com/chillzhuang/Kinema/tree/main/.claude/skills/kinema-novel
Command: npx skills add https://github.com/chillzhuang/Kinema --skill kinema-novel-chillzhuang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Long-form AI fiction breaks down through context overflow, lost memory anchors, style drift, missing write-backs, and absent review cadence. This Skill enforces a disciplined production protocol where the agent writes prose while the Kinema engine handles registration, retrieval, and deterministic linting, keeping characters, foreshadowing threads, and world rules consistent across hundreds of chapters. ## Core Features & Use Cases - Batch writing protocol: Write in 10-chapter batches with a five-step per-chapter loop (brief, draft, three-gate self-check, save, write-back) and a mandatory seven-gate checkpoint review with a persisted batch report. - Structured story state: Register characters, props, scenes, volume outlines, foreshadowing threads, per-chapter digests, and end-of-chapter state snapshots via the python3 -m kinema novel CLI, with lint codes flagging gaps, drift, expired threads, and style deviation. - Takeover and continuation: Cold-start handoff of an existing book through a four-step intake (show, batch report, arcs, brief), plus an eight-step import checklist for user-supplied manuscripts. - Use Case: A user running a serialized web novel asks the agent to continue from chapter 66; the Skill pulls the chapter brief, writes chapters 66-75, runs the seven-gate review, files the batch report, and stops for user direction. ## Quick Start Ask the agent to continue writing your novel project by its project id, for example: continue my novel from the next chapter and run the checkpoint review when the batch of ten chapters is complete.

Frequently Asked Questions about kinema-novel

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

FAQPage Schema
How do I continue writing a novel across sessions with an AI agent?▼

Run the four-step takeover: novel show for a folded overview, read the latest batch report, novel arcs for the current volume, then novel brief for the chapter packet. Never read the whole project.json or re-feed full manuscript text into context.

How do I keep character voices consistent in AI-written fiction?▼

Register each character with speech_style, personality, arc, and taboo_lines via character add/set. Each chapter passes a persona gate, and every ten chapters a blind attribution test scores whether dialogue is identifiable without speaker names.

What is the batch and checkpoint workflow for long novels?▼

Writing proceeds in ten-chapter batches without per-chapter confirmation. At each checkpoint, novel recap and novel lint feed a seven-gate review (canon, persona, continuity, AI-flavor prose, style, foreshadowing ledger, pacing), and a batch report is saved before asking the user to continue.

Can this Skill generate character or scene images during writing?▼

No. Image generation is forbidden during the writing phase; character and scene sheets stay empty by design. A readiness table with cost estimates is produced only at an agreed milestone, and images are generated after the user explicitly approves.

How do I import an existing unfinished manuscript?▼

Follow the eight-step import: save each chapter with novel save, backfill digests and state for only the recent 10-20 chapters, register open foreshadowing threads, set the style baseline, create the current volume outline, mark departed characters, then verify with novel lint.

What are the limitations of the novel lint checks?▼

The engine only produces deterministic counts, ratios, and z-scores; it never judges prose quality, OOC behavior, or pacing satisfaction. All seven-gate verdicts are made by the agent, and missing baselines or state snapshots force an unverified verdict rather than a pass.