chinese-novel-state-ledger-updater

Extracts post-chapter continuity deltas, foreshadowing movements, and state updates from Chinese novel drafts.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/yeisme/auctra-novel-skills --skill chinese-novel-state-ledger-updater-yeisme
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chinese-novel-state-ledger-updater
Source: https://github.com/yeisme/auctra-novel-skills/tree/main/novel-writing/chinese-novel-state-ledger-updater
Command: npx skills add https://github.com/yeisme/auctra-novel-skills --skill chinese-novel-state-ledger-updater-yeisme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a Chinese novel chapter is drafted, revised, or accepted, the facts it introduces (character injuries, resource changes, foreshadowing progress, major events) must be tracked consistently, but manually updating project memory is error-prone and risks polluting long-term canon with unconfirmed content. This Skill extracts structured state-ledger update suggestions from chapter text without mutating any structured state directly. ## Core Features & Use Cases - Continuity Delta Extraction: Produces typed deltas for characters, locations, resources, relationships, and knowledge boundaries, each with textual evidence and a confirmation flag. - Foreshadowing Tracking: Classifies planted, advanced, resolved, cooled, and overdue foreshadowing with heat levels (hot/warm/cold/resolved/overdue). - Chapter Summaries & Style Samples: Generates factual summaries under 200 characters plus style metrics (sentence length, dialogue ratio, hook type) for downstream context-pack building. - Auctra Handoff: Suggests auctra material add commands and review notes while respecting the boundary of never writing .auctra/** state directly. - Use Case: After a chapter passes review, run this Skill to produce a ledger-update report listing every new fact, which items need user confirmation, and how to archive them via Auctra CLI. ## Quick Start Use the chinese-novel-state-ledger-updater to extract post-chapter ledger update suggestions from this accepted chapter draft, marking evidence, confirmation-needed items, and Auctra handoff commands.

Frequently Asked Questions about chinese-novel-state-ledger-updater

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

FAQPage Schema
How do I track continuity changes after writing a novel chapter?▼

Run this Skill on the chapter draft or accepted text to extract a continuity_delta table covering characters, locations, resources, relationships, and knowledge boundaries. Each entry includes textual evidence and a confirmation flag so unverified inferences never enter long-term canon.

How to manage foreshadowing across a long Chinese web novel?▼

The Skill produces a foreshadowing_delta that classifies each thread as newly planted, advanced, resolved, cooled, or overdue, with heat levels from hot to resolved. A touch only counts as advancement if it produces consequences, misdirection, choices, or new information.

Can this Skill update Auctra project state directly?▼

No. It only generates ledger update suggestions and handoff notes, such as auctra material add commands for saving reports. Writing structured state requires the Auctra CLI or app service; the Skill never modifies .auctra/** files, SQLite rows, or review decisions.

What happens with unaccepted or rejected chapter drafts?▼

Candidate drafts that have not passed review can only produce pending ledger suggestions, and rejected draft content is never written into long-term facts. The source_status field (candidate, accepted, partial, rejected, unknown) controls how much confidence the output carries.

What outputs does the chapter ledger update include?▼

Outputs include continuity_delta, character_state_delta, foreshadowing_delta, an event index entry, a factual chapter summary under 200 characters, a style sample covering sentence length and dialogue ratio, a confirmation_needed list, and an Auctra handoff section.