From short-video-director
Reads existing novel files and applies targeted corrections based on Director review comments. Ensures minimal changes to avoid disrupting downstream workflows like storyboarding and review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:writer-fix-novelsonnetwriterThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `story/episodes/$ARGUMENTS[0]/novel.md` — 必须读取(现有小说)
story/episodes/$ARGUMENTS[0]/novel.md — 必须读取(现有小说)story/episodes/$ARGUMENTS[0]/outline.md — 必须读取story/outline.md — 必须读取(整体故事大纲)config.md — 必须读取assets/characters/*.md — 若存在则全部读取(角色一致性参考)skills/writer-novel/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/.review-novel.md — 必须读取(含本轮 review 意见)$ARGUMENTS[0] — 当前集数(如 ep01)按 Director 审稿意见或用户编辑请求,定向修正现有 novel.md。下游消费者依然是 storyboarder-storyboard 和 director-review-novel,但它们已经基于"修改前"的版本运作过一轮——你的修正必须只动指出的问题,未涉及部分逐字保留,否则下游会被无关变更打断(已生成的分镜 / 已得出的审稿结论失效)。修正成本远低于重写;超改不是"加分",是引入回归。
.review-novel.md,定位最后一个 ## 第 N 轮 heading(用 grep ^## 第 [0-9]+ 轮 找最大 N 段),用该段内的意见列表,把每条意见映射到具体段落 / 行skills/writer-novel/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/novel.mdnpx claudepluginhub wddxh/shortvideodirectorEdits episode outline based on feedback, synchronizes with global story outline, and assesses impact on downstream novels and storyboards.
Manages novel revisions across thematic, structural, and manuscript levels while preventing cascade problems. Use when editing long-form fiction or when changes at one level break others.
Orchestrates 6 specialized agents in parallel/sequential phases to polish web novel episodes across 12+ axes including rules, story logic, platform optimization, and character vitality. Self-loops through episodes using novel-config.md for project-specific guardrails and custom axes. Invoke via /polish, /lint, or keywords.