AI长篇网文创作技能包。用于解决长篇网络小说创作中的核心痛点:上下文丢失、文风不一致、设定冲突、节奏失控、多线混乱、质量不稳、读者反馈无法内化。触发场景包括:开始新书、规划大纲、撰写章节、管理伏笔、检测冲突、读者反馈分析、批量创作质量控制。
Scanned 9/8/2026
Install to Claude Code
npx -y skills add infometa/workbuddyskills --skill novel-writing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Novel Writing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/infometa-novel-writing)More formats (shields.io, HTML) on the badges page.
---
name: novel-writing
description: AI长篇网文创作技能包。用于解决长篇网络小说创作中的核心痛点:上下文丢失、文风不一致、设定冲突、节奏失控、多线混乱、质量不稳、读者反馈无法内化。触发场景包括:开始新书、规划大纲、撰写章节、管理伏笔、检测冲突、读者反馈分析、批量创作质量控制。
---
# novel-writing
AI长篇网文创作技能包,解决长篇连载中的7大痛点。
## 核心架构
```
novel/
├── settings/ # 世界观设定档案
│ ├── world.md # 世界观总览
│ ├── characters/ # 角色声线卡
│ ├── geography/ # 地理/势力
│ └── rules.md # 世界规则
├── chapters/ # 章节档案
│ ├── outline.md # 大纲
│ └── arc-N/ # 分卷
├── tracker/ # 追踪器
│ ├── foreshadowing.md # 伏笔追踪
│ ├── conflicts.md # 冲突记录
│ └── feedback.md # 读者反馈
└── state.json # 当前写作状态
```
## 工作流程
### 1. 开书初始化 `novel init <书名>`
创建项目结构,加载默认模板。
### 2. 设定录入 `novel setting <类型> <内容>`
录入角色/地理/规则设定,自动检测与现有设定的冲突。
### 3. 大纲规划 `novel outline <章节范围> <一句话概要>`
生成章节大纲,标注伏笔埋入点。
### 4. 撰写章节 `novel write <章号> <正文>`
自动召回相关设定+前5章摘要,按文风指南输出。
### 5. 伏笔检测 `novel check <章号>`
检查本章埋入的伏笔是否已在后续章节收回。
### 6. 冲突检测 `novel conflict <新内容>`
检测新内容是否与已有设定冲突。
### 7. 反馈入库 `novel feedback <章节> <反馈内容>`
将读者反馈存入追踪器,写相关章节时自动加载。
## 伏笔追踪规则
每埋一个伏笔必须登记:
```
- [章X] 事件A → 预期回收章Y
```
连续3章未回收则预警。
## 文风指南
在 `references/style-guide.md` 定义:
- 叙事语气(简洁/华丽/悬疑/热血)
- 句式偏好(长句/短句比例)
- 禁忌词表
## 状态文件
`state.json` 记录:
- 当前卷/章
- 已埋未收伏笔数
- 本日产出字数
- 最后修改时间
每次 `novel write` 后自动更新。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".