novel-orchestrator-main
长篇小说主调度
Overview
将小说项目视为“正文文件 + 状态文件”的双轨系统。 把自己视为唯一的全局状态协调者:解释任务、裁剪上下文、安排子 skill、汇总结果、决定写回。
把 references/novel-system/ 视为小说 skill 家族的共享真源。
子 skill 的本地 references/novel-system/ 副本应由同步脚本生成,不要手工分别维护。
把 references/orchestrator-system/ 视为只属于主调度自己的本地系统说明,不参与子 skill 分发。
Treat the Project as a Stateful System
始终优先回答这几个问题:
- 当前任务属于哪一类:规划、生成、审计、状态同步、还是状态修复。
- 当前需要最少哪些上下文:入口状态、相关状态、静态设定、局部原文。
- 当前步骤是否依赖上一步产物。
- 当前结果是否足以安全写回。
More from xiaojiongqian/skills-hub
patent-search-cn-us
Patent prior-art search and novelty check guidance focused on China and the United States (CNIPA, USPTO, Google Patents, WIPO). Use when asked to plan or run CN/US patent searches, draft search strategies, or produce a preliminary novelty search report.
88jina-web-fetch
Fetch webpage text with a normal HTTP request first, then automatically fall back to jina.ai proxy when direct access fails or returns login/JS-blocked content. Use when extracting content from X (Twitter) or other pages that are hard to read directly.
52git-pr-merge
>
12gh-fix-ci
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
9firebase-gcp-debug
Debug Firebase and Google Cloud issues (emulators, Cloud Functions v1/v2, Firestore/Auth/Storage) using `firebase` and `gcloud` CLIs. Use when investigating Firebase 部署/函数报错, emulator 启动失败, Firestore 权限/索引问题, or when you need to query GCP Cloud Logging / Cloud Run logs for Firebase-backed services.
8auto-dev
>
8