AI Agent Hub
Back to skills
Lightweight Novel Collaboration icon

Lightweight Novel Collaboration

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_91ac03fa/novel-pro into your AI assistant.

About this skill

Problem

In long-form novel collaboration, models can ingest too many setting files, summaries, and history snapshots at once, causing context pollution, state drift, and hard-to-audit conclusions. When every continuation pass relies on the full source of truth, the AI can mix old snapshots, temporary discussion, and current text, making it hard to know which setting is actually valid.

How It Works And Where It Fits

  • Route first, then execute: choose the matching workflows/... for new novels, takeover, continuation, or chapter audit instead of loading every agent upfront.
  • Workflows own boundaries; agents execute steps: a workflow defines entry conditions, required files, project structure, initialization, execution order, and gates. Roles such as planner, writer, observer, settler, auditor, and reviser are read only when needed.
  • Traceable state: current text outranks older snapshots, conclusions should trace to a fact_id or chapter number, and the workflow avoids fake “already synced” claims.

This skill fits iterative novel projects that need continuation, auditing, and state maintenance. It is not intended for one-shot short drafts, and rule changes should stay in the skill documentation rather than the novel-writing flow.

Use Cases

  • Continue an existing long-form project by reading only the continuation workflow and current text, not all settings.
  • Take over an old manuscript by initializing directory, state gates, and required files via the takeover workflow.
  • Audit and revise one chapter using auditor and reviser, tracing conclusions to chapter number or fact_id.
  • Start a new novel by checking existing ideas, then running structured onboarding and file initialization.

Best For

  • Webnovel authors maintaining serial state: need continuation, audit, and traceable status.
  • Editors taking over novel projects: need quick directory, gate, and required-file setup.
  • Creators using multi-role writing: need planner, writer, and observer invoked only when required.
  • Text reviewers doing content audits: need chapter-scoped fixes grounded in current text and fact_id.