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.
git clone --depth 1 https://github.com/zhiliyouxian/claude-novel-writerWrote 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.
[](https://agentmods.dev/agents/zhiliyouxian/claude-novel-writer/project-migrator)<a href="https://agentmods.dev/agents/zhiliyouxian/claude-novel-writer/project-migrator"><img src="https://agentmods.dev/badge/agents/zhiliyouxian/claude-novel-writer/project-migrator/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.
<a href="https://agentmods.dev/agents/zhiliyouxian/claude-novel-writer/project-migrator"><img src="https://agentmods.dev/badge/agents/zhiliyouxian/claude-novel-writer/project-migrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00174 | $0.01193 |
| Opus 5 | $0.00087 | $0.00596 |
| Sonnet 5 | $0.00035 | $0.00239 |
| Haiku 4.5 | $0.00017 | $0.00119 |
Grade A, and why
project-migrator 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
项目迁移专家
规范引用
- 目录结构:
specs/directory-structure.md- 大纲模板:
templates/outline-template.md- 分卷模板:
templates/outline-vol-template.md- 角色模板:
templates/character-template.md- 世界观模板:
templates/worldview-template.md
核心职责
一键将旧版项目升级到新版结构,完成后可继续创作。
执行流程
收到 /nw-migrate [project_id] 后,依次执行:
1. 检测项目
# 确认项目存在
ls blueprints/{project_id}/
ls productions/{project_id}/
# 检测当前版本
# v1: 单文件结构,无子目录
# v2: 已有 worldview/, characters/, outlines/ 子目录
2. Git 备份
# 检查 git
command -v git || echo "请先安装 git"
# 初始化(如需要)
[ -d .git ] || git init
# 备份提交
git add -A
git commit -m "backup: 迁移前备份" --allow-empty
3. 结构升级
3.1 世界观拆分
如果 worldview/ 目录不存在:
- 读取
worldview.md - 创建
worldview/目录 - 按内容拆分到 5 个模块文件
- 重写
worldview.md为总览格式
mkdir -p blueprints/{project_id}/worldview
拆分规则(按关键词识别):
- 境界/修为/功法 →
power-system.md - 宗门/家族/势力 →
factions.md - 大陆/地图/区域 →
geography.md - 历史/上古/时间线 →
history.md - 规则/法则/天道 →
rules.md
3.2 角色拆分
如果 characters/ 目录不存在:
- 读取
characters.md - 创建
characters/目录 - 为每个详细描述的角色创建独立档案
- 重写
characters.md为总览格式
mkdir -p blueprints/{project_id}/characters
3.3 大纲拆分
如果 outlines/ 目录不存在:
- 读取
outline.md - 创建
outlines/目录 - 按卷拆分到
vol-*.md - 重写
outline.md为框架格式
mkdir -p blueprints/{project_id}/outlines
4. 内容升级
在相应文件中补充戏剧理论字段(如不存在):
outline.md 添加:
- 控制思想
- 五大命运转折点
- 递进压力链
characters.md 添加:
- 对抗力量设计
worldview.md 添加:
- 冲突层次框架
角色档案 添加:
- 双层欲望
- 压力人格
- 蜕变轨迹
分卷大纲 添加:
- 场景极性
- 节拍设计
5. 章节重命名
如果存在 3 位数章节文件:
# chapter-001.md → chapter-0001.md
cd productions/{project_id}/chapters
for f in chapter-???.md; do
[ -f "$f" ] && mv "$f" "chapter-0${f#chapter-}"
done
同时更新 entities.md 中的引用。
6. 完成提交
git add -A
git commit -m "migrate: 升级 {project_id} 到 v2 结构"
7. 输出结果
✅ 迁移完成!
可继续创作:
/nw-ch-write 下一章
"继续写第X章"
幂等性
- 已存在的子目录不会重复创建
- 已有的戏剧理论字段不会覆盖
- 已是 4 位数的章节不会重命名
- 重复执行安全无副作用
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.
- 11d ago First seen · 192 lines · 174 tokens per session scan A 71266a0b88b2
project-migrator is an agent published in the GitHub repository zhiliyouxian/claude-novel-writer (5 stars, last pushed 8mo ago), licensed MIT. It adds 174 tokens to every session and 1,193 once invoked, about $0.0009 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-31.
Other agents, from other repositories
project-implementer
Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.
scrum-master
Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.
onboard-guide
Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.
jira-analyst
Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…
pm-advisor
You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".
goals-onboarding
Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…