com um clique
switch-book
切换书籍。用于切换当前激活的小说项目,更新写作上下文。激活于任何涉及切换小说、同时管理多本书的任务。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
切换书籍。用于切换当前激活的小说项目,更新写作上下文。激活于任何涉及切换小说、同时管理多本书的任务。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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 | switch-book |
| description | 切换书籍。用于切换当前激活的小说项目,更新写作上下文。激活于任何涉及切换小说、同时管理多本书的任务。 |
当用户需要切换到另一本书写作时,执行以下步骤。
用户:「切换到星际迷途」
用户:「我要写另一本书」
用户:「帮我看看逆天改命第 237 章」
执行以下操作:
1. 更新 configs/active-book.md
2. 更新 .cursor/rules/current-book.md
3. 确认切换成功
向用户确认:
已切换到「{书名}」
- 类型:{类型}
- 进度:第 {N} 章
- 状态:{连载中/完结/暂停}
- 路径:books/{书名}/
可以开始写作了。
# 当前激活的书籍
active_book: {书名}
book_path: ./books/{书名}/
# 当前书籍上下文
## 激活的书:{书名}
请在所有写作任务中,以 `books/{书名}/` 为项目根目录。
当前进度:
- 总字数:约 {X} 万字
- 当前:第 {N} 章 / {卷名}
- 状态:{连载中/暂停/完结}
阅读顺序:
1. 先读 meta.md 了解作品定位
2. 再读 00-context.md 了解当前状态
3. 根据需要读取角色/世界观/章节文件
BOOKS.md 确认目标书籍存在books/{目标书名}/meta.md 获取基本信息configs/active-book.md.cursor/rules/current-book.mdbooks/{目标书名}/00-context.md 预览当前状态| 用户说 | 执行 |
|---|---|
| 「切换到 XX」 | 切换到指定书 |
| 「当前在写哪本」 | 读取 active-book.md 告知 |
| 「列一下所有书」 | 读取 BOOKS.md 列出 |
| 「新建一本书」 | 引导创建新书目录结构 |