webnovel-write-batch

Coordinate drafting, review, and archival for consecutive chapters in OpenCode projects.

188|33|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-write-batch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webnovel-write-batch
Source: https://github.com/lujih/webnovel-writer-opencode/tree/main/.opencode/skills/webnovel-write-batch
Command: npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-write-batch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Batch writing multiple chapters in a row is error-prone and hard to manage. This skill orchestrates the entire lifecycle—planning, drafting, review, and archival—for a batch of chapters, with built-in checkpoints and recoverability.

Core Features & Use Cases

  • Automated batch planning and execution: coordinates drafting, review, and storage for consecutive chapters without manual handoffs.
  • Quality-controlled batch output: enforces per-chapter checks (word count targets, review scoring, data writes) and maintains a recoverable state for interruptions.
  • Use Case: an author wants to publish 5 chapters back-to-back; the skill handles drafting, review, and saving in order, with progress tracked and resume after a halt.

Quick Start

Invoke a batch write for chapters 53-60 to generate, review, and archive them in order.

Frequently Asked Questions about webnovel-write-batch

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

FAQPage Schema
How do I automate batch writing for multiple story chapters in a row?

Batch writing automation coordinates drafting, review, and archival tasks for consecutive chapters. It applies to scenarios like writing or rewriting chapters X-Y, enforcing per-chapter checks and versioned saves.

Can I recover multi-chapter writing progress if the process gets interrupted?

Yes, multi-chapter writing maintains a persistent batch state with built-in checkpoints. This recoverable state allows you to resume drafting and review seamlessly after a halt or interruption.

What quality checks are enforced during automated batch writing?

Automated batch writing enforces per-chapter quality checks including word count targets, review scoring, and data indexing. It ensures each chapter meets quality standards before proceeding to the next.

Does batch writing automation require Git integration for version control?

Yes, version control and Git integration are required. The skill uses versioned saves and data indexing to enable recovery and manage the lifecycle of consecutive chapter drafts.

How do I plan and execute writing 5 chapters back-to-back without manual handoffs?

Invoke a batch write for your desired chapter range, such as chapters 53-60. The skill handles planning, drafting, review, and saving in order, tracking progress without manual handoffs.

What are the limitations of automated batch writing for multi-chapter stories?

Batch writing requires OpenCode-based projects and depends on planning, drafting, review, data indexing, and Git integration. It is designed for consecutive-chapter scenarios and may not suit non-sequential writing workflows.