From short-video-director
Converts a short-form video script into complete storyboard shots with keyframe references, self-check loops (max 3 rounds), and strict output rules. Each shot is self-contained for video generation models.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:short-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]/outline.md` 的「本集资产清单」中提取本集引用的资产名称
story/episodes/$ARGUMENTS[0]/outline.md 的「本集资产清单」中提取本集引用的资产名称assets/**/*.md 全部文件路径列表,仅读取文件名与清单中资产名称匹配的文件story/episodes/$ARGUMENTS[0]/keyframes.json — 必须读取(关键帧描述与序号,决定每个 shot 引用哪些 keyframe)assets/keyframes/$ARGUMENTS[0]/*.md — 必须列出(本集所有关键帧 .md,用于 shot 引用)story/episodes/$ARGUMENTS[0]/script.md — 必须读取story/episodes/$ARGUMENTS[0]/outline.md — 必须读取(含资产清单)config.md — 必须读取skills/short-storyboard/rules.md — 必须读取并严格遵循(输出格式、字段约束、规则)$ARGUMENTS[0] — 当前集数(如 ep01)把短视频剧本转化为完整分镜——每个镜头是即梦视频模型的一次独立提交,提示词必须自包容、画面与声音连贯叙事、状态与上下镜头衔接。每个 shot 必须围绕 keyframes 展开:keyframes.json 是 director 提供的本集视觉锚点序列,每个 shot 必须引用 ≥1 张 keyframe 作为画面参考;相邻 shot 若需要画面连续,应在前 shot 末段与后 shot 起始段引用同一张 keyframe(首尾共享)。下游和 storyboarder-storyboard 相同(即梦视频模型 + short-review-storyboard)。和系列剧分镜不同:单集短视频时长有限(通常 1-3 分钟),铺垫和高潮挤在一集内,分镜密度更高、节奏更紧。
整体规划(动笔前):
每个镜头的设计:
画面参考 [KF-id](path):{叙事} 形式引用同一批 keyframe(用于视觉锚定);头部声明与正文引用必须一致。相邻 shot 画面连续时首尾共享同一 keyframe 作为视觉衔接锚整集级自检:
skills/short-storyboard/rules.md — 必须读取并严格遵循生成分镜后,按照 skills/short-storyboard/rules.md 中的输出格式、字段约束和规则逐条自检(最多 3 轮):
story/episodes/$ARGUMENTS[0]/storyboard.mdnpx claudepluginhub wddxh/shortvideodirectorGenerates video storyboard prompts from novel chapters, referencing keyframes and assets, with a self-check loop for dialogue density (up to 3 rounds).
Splits scripts/stories into scene-by-scene video generation prompts with structured segments (characters, props, scene, sound, mood, shots) for Seedance 2.0, Kling, and Jimeng.
Translates a scene's dramatic intent into a specific shot sequence with coverage strategy, shot sizes, angles, and movement for pre-production planning with the DP and crew.