From short-video-director
Applies 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:short-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]/script.md — 必须读取story/episodes/$ARGUMENTS[0]/outline.md — 必须读取(含资产清单)assets/**/*.md 全部文件路径列表,仅读取文件名与清单中资产名称匹配的文件config.md — 必须读取skills/short-storyboard/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/.review-storyboard.md — 必须读取(含本轮 review 意见)$ARGUMENTS[0] — 当前集数(如 ep01)按 Director 审稿意见或用户编辑请求,定向修正现有短视频 storyboard.md。下游消费者是即梦视频模型和 short-review-storyboard。和系列剧分镜不同:单集短视频时长有限(通常 1-3 分钟),铺垫挤压风险更高,任何镜头改动都可能放大节奏失衡。修正分镜的连锁面广——改一个镜头可能影响相邻镜头的状态衔接,改一个资产引用可能波及所有引用镜头,改铺垫镜头可能让铺垫覆盖断链。已生成视频的镜头被改会导致相应 mp4 失效需要重生成(成本高),修正必须只动指出的问题。
评估阶段:
.review-storyboard.md(定位最后一个 ## 第 N 轮 heading,用 grep ^## 第 [0-9]+ 轮 找最大 N 段,用该段内的意见列表),把每条意见映射到具体镜头编号编辑阶段:
skills/short-storyboard/rules.md — 必须读取并严格遵循story/episodes/$ARGUMENTS[0]/storyboard.mdnpx claudepluginhub wddxh/shortvideodirector定向修正分镜文件中的具体问题,按审稿意见精确调整镜头状态、资产引用和铺垫连接,不改动未提及部分。
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.