一键导入
write-chapter
写小说章节。用于写新章节、续写章节、修改章节内容。激活于任何涉及小说正文创作的任务。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
写小说章节。用于写新章节、续写章节、修改章节内容。激活于任何涉及小说正文创作的任务。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Compact the current conversation into a handoff document for another agent to pick up.
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
Use when managing Node.js dependencies with pnpm - install packages, configure monorepo workspaces, set up pnpm catalogs, resolve dependency conflicts with overrides, patch third-party packages, and configure CI pipelines for pnpm projects
Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
| name | write-chapter |
| description | 写小说章节。用于写新章节、续写章节、修改章节内容。激活于任何涉及小说正文创作的任务。 |
写章节前必须读取以下文件:
configs/active-book.md — 确认当前书籍books/{书名}/meta.md — 作品定位和文风books/{书名}/00-context.md — 当前状态(最重要)books/{书名}/00-characters.md — 角色档案books/{书名}/00-world.md — 世界观设定books/{书名}/00-outline.md — 大纲从 00-context.md 中提取:
# 第 {{chapter_number}} 章「{{chapter_title}}」写作
## 章节信息
- 所属卷:{{volume_name}}
- 章节类型:{{chapter_type}}(日常/战斗/情感/转折/高潮)
- 目标字数:{{word_count}} 字
- 章节视角:{{viewpoint}}
## 大纲节点
{{chapter_outline}}
## 出场角色
{{active_characters}}
【重点】{{focus_character}} 的心理和行动
## 世界观要点
{{world_rules_applicable}}
## 文风要求
- 整体风格:{{overall_tone}}
- 段落节奏:{{pacing}}
- 重点描写:{{emphasis}}
## 前文衔接
{{previous_chapter_summary}}
【开头要求】承上启下的方式
【结尾要求】留钩子的方式
## 写作指令
请按照以上设定,创作第 {{chapter_number}} 章完整正文。
直接输出小说文本,不输出解释说明。
如有无明确说明需要作者决策的内容,用【】标注。
直接输出章节正文,不加任何解释说明。
章节完成后,更新 00-context.md:
| 类型 | 写作要点 |
|---|---|
| 日常 | 节奏放缓,铺垫情感,信息交代 |
| 战斗 | 动作精准,简洁有力,高潮处放大 |
| 情感 | 内心细腻,对话自然,情感层次递进 |
| 转折 | 意外展开,节奏突变,吸引继续读 |
| 高潮 | 情绪爆发,爽点密集,信息量加大 |
| 类型 | 推荐字数 |
|---|---|
| 日常铺垫章 | 2000-3000 字 |
| 标准章节 | 3000-5000 字 |
| 高潮/战斗章 | 4000-6000 字 |
| 过渡章 | 1500-2500 字 |