Chinese Novelist logo

Chinese Novelist

CommunityPopular
PenglongHuang
chinese-novelist

分章节创作引人入胜的中文小说。支持各种题材(悬疑/言情/奇幻/科幻/历史等),支持10-50章长篇创作,每章3000-5000字,结尾设置悬念钩子。强调深度润色去除AI痕迹,确保文字自然流畅。 当用户要求:写小说、创作故事、分章节写作、连续剧情、章节悬念、长篇小说时使用。

Overview

PublisherPenglongHuang
Repositorychinese-novelist-skill
Skill namechinese-novelist
Stars
3K
Forks
436
Bundled files
24
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 24 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by PenglongHuang on GitHub. Read the source before you install it.

Installation

Install the Chinese Novelist AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/PenglongHuang/chinese-novelist-skill.git \
  .claude/skills/chinese-novelist
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Chinese Novelist in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Chinese Novelist on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Chinese Novelist is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

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

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Chinese Novelist AI skill do?

分章节创作引人入胜的中文小说。支持各种题材(悬疑/言情/奇幻/科幻/历史等),支持10-50章长篇创作,每章3000-5000字,结尾设置悬念钩子。强调深度润色去除AI痕迹,确保文字自然流畅。 当用户要求:写小说、创作故事、分章节写作、连续剧情、章节悬念、长篇小说时使用。

Why use Chinese Novelist on TypingMind?

Because you install it once and use it with any model. Chinese Novelist is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Chinese Novelist in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/PenglongHuang/chinese-novelist-skill/tree/master. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Chinese Novelist?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Chinese Novelist?

As many as you like. As long as a model supports skills, you can use Chinese Novelist with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Chinese Novelist AI skill free?

Yes. It is published on GitHub by PenglongHuang under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇