fen-zhang-jie-gai-kuo

fen-zhang-jie-gai-kuo is a skill for Claude Code, Codex from Anarcadia/chuanban-chaishu-skills. It costs 73 tokens per session (770 once invoked), scanned A, original, MIT.

A Chinese-language workflow for summarising a novel after it has been split into chapters. It uses a main coordinator and groups of helper agents, with three chapters handled per group.

In plain words
What is it for?
Checking that chapter-split files exist, creating group summaries, updating the full-book summary and glossary, and recording progress for later continuation.
Why use it?
It turns a long book into manageable summaries while preserving progress, consistent character and term names, and an overall book summary.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Checking that chapter-split files exist, creating group summaries, updating the full-book summary and glossary, and recording progress for later continuation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Anarcadia/chuanban-chaishu-skills --skill fen-zhang-jie-gai-kuo
Clone the repo
git clone --depth 1 https://github.com/Anarcadia/chuanban-chaishu-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fen-zhang-jie-gai-kuo

README.md
[![agentmods](https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo/github.svg)](https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo)
Your own site
<a href="https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo"><img src="https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fen-zhang-jie-gai-kuo

Your own site · 80×15
<a href="https://agentmods.dev/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo"><img src="https://agentmods.dev/badge/skills/anarcadia/chuanban-chaishu-skills/fen-zhang-jie-gai-kuo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00770
Opus 5 $0.00036 $0.00385
Sonnet 5 $0.00015 $0.00154
Haiku 4.5 $0.00007 $0.00077

Measured 12d ago against content hash 66a6a169055a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fen-zhang-jie-gai-kuo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fen-zhang-jie-gai-kuo/SKILL.md · 96 lines

What it actually says

分章节概括

对已拆分的小说进行分章节概括。采用 主调度 + 分组 sub-agent 架构。


⚠️ 关键约束(必读)

绝对禁止并行启动 sub-agent。必须严格串行执行。

  • ❌ 禁止:同时启动多个组的 sub-agent
  • ❌ 禁止:在前一个 sub-agent 返回结果前启动下一个
  • ✅ 必须:等待组 N 完成 → 确认结果 → 再启动组 N+1

违反后果:后组依赖前组的 last_group_summary,并行会导致上下文断裂。


编排模式

当由 chai-shu 主入口编排调用时(自动化拆书或用户选择了多项分析):

  • 跳过欢迎页输出
  • 完成后返回状态摘要(完成数量、产出文件路径列表)
  • 由主入口统一向用户呈现报告和后续选项

独立触发时(用户直接说"分章节概括"等):正常显示欢迎页。


前置依赖

必须先完成「拆分扫描」,确保 {书名}/拆分/ 目录存在。


核心配置

分组大小: 3 章/组
每组输出: 1篇完整概括,严格限定 500 字
工作目录: {ROOT}/Factory/拆书/
执行模式: 严格串行(禁止并行)

架构说明

主对话(轻量调度)
    │
    ├─→ 组1 sub-agent (读取+概括+写入所有文件)
    ├─→ 组2 sub-agent (读取+概括+写入所有文件)
    └─→ ...
  • 主对话:仅负责计算参数、启动 sub-agent、确认完成、显示进度
  • 组 sub-agent:完成全部工作(读取章节、撰写概括、更新所有全局文件)

优化收益:主线上下文消耗减少 70-80%


产出文件

文件 说明
概括/组N_第X-Y章_概括.md 每组概括
全书概括.md 累积更新的全书概要
人物和设定/名词表.md 核心人物列表
概括/_progress.json 断点续传进度

注意事项

  1. sub-agent 完成全部写入:主对话不执行 Edit 操作
  2. 名词表只增不改:保持人物称呼一致
  3. sub-agent 用 sonnet:性价比最优

References

⚠️ 执行前必读references/workflow.md

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 96 lines · 73 tokens per session scan A 66a6a169055a

Subscribe to this mod's changes

fen-zhang-jie-gai-kuo is a skill published in the GitHub repository Anarcadia/chuanban-chaishu-skills (44 stars, last pushed 5mo ago), licensed MIT. It adds 73 tokens to every session and 770 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens