From short-video-director
定向修正分镜文件中的具体问题,按审稿意见精确调整镜头状态、资产引用和铺垫连接,不改动未提及部分。
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:storyboarder-fix-storyboardsonnetstoryboarderThis 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]/storyboard.md` — 必须读取(现有分镜)
story/episodes/$ARGUMENTS[0]/storyboard.md — 必须读取(现有分镜)story/episodes/$ARGUMENTS[0]/novel.md — 必须读取(对照原文)story/episodes/$ARGUMENTS[0]/outline.md — 必须读取(含资产清单)config.md — 必须读取story/episodes/$ARGUMENTS[0]/outline.md 的「本集资产清单」中提取本集引用的资产名称,使用 Glob 获取 assets/**/*.md 全部文件路径列表,仅读取文件名与清单中资产名称匹配的文件skills/storyboarder-storyboard/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/.review-storyboard.md — 必须读取(含本轮 review 意见)$ARGUMENTS[0] — 当前集数(如 ep01)按 Director 审稿意见或用户编辑请求,定向修正现有 storyboard.md。下游消费者是即梦视频模型(按镜头独立生成视频片段)和 director-review-storyboard(审稿)。修正分镜的连锁面在所有 fix skill 中最广——改一个镜头可能影响相邻镜头的状态衔接,改一个资产引用可能波及所有引用此资产的镜头,改一个事件可能让铺垫覆盖断链。已生成视频的镜头被改会导致相应 mp4 失效需要重生成(成本高),所以修正必须只动指出的问题,未涉及镜头逐字保留。
评估阶段:
.review-storyboard.md(定位最后一个 ## 第 N 轮 heading,用 grep ^## 第 [0-9]+ 轮 找最大 N 段,用该段内的意见列表),把每条意见映射到具体镜头编号编辑阶段:
skills/storyboarder-storyboard/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/storyboard.mdnpx claudepluginhub wddxh/shortvideodirectorApplies short-video storyboard fixes based on Director review feedback. Reads existing storyboard, script, outline, and review comments; patches only the reported issues with state/asset/pacing chain checks.
Rewrites novel episodes to match updated character sheets, plot guides, and bootstrap settings. Analyzes discrepancies in plot, character depth; rewrites scenes; verifies consistency via 3-phase agent team. Invoke with /rewrite, /revise, episode ranges.
Orchestrates story-to-video pipeline: breaks text into scenes, generates consistent Z-Image hero/refs + Qwen Edit frames, WAN FLF clips, ffmpeg concatenation.