Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
penglonghuang avatar

Chinese Novelist

  • 5.1k installs
  • 2.6k repo stars
  • Updated July 22, 2026
  • penglonghuang/chinese-novelist-skill

chinese-novelist is an agent skill for structured Chinese long-form fiction with phased Q&A setup, outlines, chapter drafting, polishing, and resume support.

About

The chinese-novelist skill guides agents through serialized Chinese novel creation with three golden rules: show through action and dialogue, drive each chapter with conflict or turns, and end chapters with suspense hooks. It supports genres including mystery, romance, fantasy, science fiction, and historical fiction across roughly 10 to 50 chapters at 3000 to 5000 Chinese characters each. Phase 0 loads user preferences, detects unfinished projects for resume writing, and shows a personalized welcome. Phase 1 uses layered Q&A to collect core positioning, deep customization, and AI-generated title candidates. Phase 2 creates a timestamped project folder under ./chinese-novelist/, generates outline, character files, and a 02-写作计划.json writing plan, then waits for user confirmation. Later phases coordinate chapter drafting, deep polishing to reduce AI traces, automatic word-count and quality validation with repair loops, and optional parallel subagent writing coordinated through the JSON plan. Use when users ask to write novels, create stories, continue chapter fiction, or produce long-form Chinese narrative with structured suspense.

  • Three golden rules enforce show-don't-tell, conflict per chapter, and cliffhanger endings.
  • Interrupt-resume flow detects unfinished projects and continues from the last checkpoint automatically.
  • Layered Q&A in Phase 1 captures genre, protagonist, conflict, worldview, tone, and title options.
  • Phase 2 scaffolds outline, character profiles, and 02-写作计划.json before drafting begins.
  • Automatic validation repairs chapters that miss word-count or quality thresholds after polishing.

Chinese Novelist by the numbers

  • 5,120 all-time installs (skills.sh)
  • +161 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #103 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

chinese-novelist capabilities & compatibility

Capabilities
layered q&a for genre, protagonist, conflict, an · project scaffolding with outline, characters, an · chapter drafting with suspense hooks and conflic · deep polishing pass to reduce ai traces in chine · interrupt resume detection for unfinished novels · optional parallel subagent chapter writing coord
Use cases
copywriting · orchestration
From the docs

What chinese-novelist says it does

分章节创作引人入胜的中文小说。支持各种题材(悬疑/言情/奇幻/科幻/历史等),支持10-50章长篇创作,每章3000-5000字,结尾设置悬念钩子。
SKILL.md
**展示而非讲述** - 用动作和对话表现,不要直接陈述
SKILL.md
**中断续写**:自动检测未完成项目,从断点继续创作
SKILL.md
npx skills add https://github.com/penglonghuang/chinese-novelist-skill --skill chinese-novelist

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5.1k
repo stars2.6k
Security audit3 / 3 scanners passed
Last updatedJuly 22, 2026
Repositorypenglonghuang/chinese-novelist-skill

How do agents write multi-chapter Chinese novels with consistent plot, character depth, and natural prose instead of generic AI tone?

Create long-form Chinese fiction chapter by chapter with structured Q&A setup, outlines, resume support, quality checks, and optional parallel subagent writing.

Who is it for?

Developers or writers producing 10 to 50 chapter Chinese fiction with guided setup and quality checks.

Skip if: Skip for short English copy, non-fiction articles, or tasks outside serialized novel workflows.

When should I use this skill?

User asks to write a Chinese novel, create a story chapter by chapter, resume fiction, or produce long-form narrative with suspense.

What you get

A project folder with confirmed outline, character files, chapter drafts with suspense hooks, and validated word counts after polishing.

Files

SKILL.mdMarkdownGitHub ↗

Chinese Novelist: 中文小说创作助手

三大黄金法则

1. 展示而非讲述 - 用动作和对话表现,不要直接陈述 2. 冲突驱动剧情 - 每章必须有冲突或转折 3. 悬念承上启下 - 每章结尾必须留下钩子

特性说明

  • 中断续写:自动检测未完成项目,从断点继续创作
  • 自动校验:创作完成后自动检查字数和质量,不合格自动修复
  • 并行写作(可选):支持子Agent并行写作,通过 02-写作计划.json 协调状态

核心流程

进入每个阶段时,先阅读对应的流程文档以获取详细执行指令。

第0步:初始化与偏好加载

读取用户偏好,检测未完成项目(中断续写),展示个性化欢迎。 → 详见 phase0-initialization.md

第一阶段:三层递进式问答

通过递进式问答收集创作需求,确定小说定位与标题:

  • 核心定位(必答,Q1-Q3):题材创意、主角设定、核心冲突 → 详见 phase1-layer1-core.md
  • 深度定制与规格(Q4-Q8):世界观、视角基调、核心主题、读者定位、章节数量、配置确认 → 详见 phase1-layer2-customize.md
  • 标题生成:AI 基于创意元素生成候选标题,用户选择或自定义 → 详见 phase1-layer3-title.md

第二阶段:规划 + 二次确认

创建项目文件夹(./chinese-novelist/{timestamp}-{小说名称}/),生成大纲、人物档案和写作计划JSON,等待用户确认。 → 详见 phase2-planning.md

第2.5步:写作模式选择

规划确认后,选择写作模式:

  • 逐章串行serial):主 Agent 自己逐章写,全程无中断
  • 子Agent并行subagent-parallel):将章节分成批次,派生子 Agent 并行写作
  • Agent Teamsagent-teams):Claude Code 多 Agent 协作模式,Agent 间可通讯(需手动开启)

→ 详见 phase3-writing.md

第三阶段:疯狂创作(无需用户确认)

切记,一旦进入这个阶段,所有过程都禁止向用户确认。用户就是你的读者,你必须把完整的小说创作完成才能与用户报告

根据用户选择的写作模式(串行/并行/Teams)逐章执行创作流程。每章创作前必须读取 01-大纲.md 中对应章节的规划信息,严格按大纲创作。支持中断续写。 → 详见 phase3-writing.md

第四阶段:自动校验与修复(无需用户确认)

全程无需用户介入,自动检查所有章节完成度和字数,不合格章节自动重写(最多3轮)。 → 详见 phase4-validation.md

共享机制

偏好系统、写作计划系统、黄金法则详解、字数检查脚本等跨阶段共享机制。 → 详见 shared-infrastructure.md

Related skills

FAQ

What are the three golden rules?

Show rather than tell through action and dialogue, drive each chapter with conflict or a turn, and end every chapter with a suspense hook.

Can chinese-novelist resume an unfinished book?

Yes. Phase 0 detects incomplete projects and continues from the last checkpoint instead of restarting from scratch.

How long are typical chapters?

The skill targets about 3000 to 5000 Chinese characters per chapter across roughly 10 to 50 chapters depending on user configuration.

Is Chinese Novelist safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.