short-drama-storyboard
把已接受的中文短剧剧本和资产转成原文落实表、有戏剧动机的镜头、连续性边界与冻结关键帧提示词。用户提出“拆分镜/设计镜头/做镜头表”“写首帧/关键帧提示词”“检查轴线、站位、视线、持物连续性”,或需要在不生成媒体的前提下把竖屏短剧、漫剧的剧本内容转成可拍的画面时使用。
npx skills add worldwonderer/drama-skills --skill short-drama-storyboard --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 短剧分镜与冻结关键帧 先守住故事内容,再安排原文落实、空间和镜头,最后写冻结关键帧。不在这里写随时间 变化的运动提示词,也不改写剧本或资产事实。中文项目使用中文镜头目的、边界说明和 可复制提示词;ID 和字段名保持原样。 ## 先定位套件 从本技能目录读取 `suite-ref.json`,按其中相对 `core_manifest` 定位唯一同级主技能与 套件清单;确认声明的 core、contract、recipe 和清单 hash 一致后再读写项目。 随后执行 [阶段契约](references/stage-contract.md) 的运行时预检:先恢复事务、读取状态,再进入本阶段。 该文件同时给出本阶段的所有权边界、需要从制作形态取得哪些输入,以及本阶段规则表;本技能不读取其他技能的文件。 ## 按需读取资料 始终读取: - 状态为 `accepted` 的 `screenplay.md` 与 `screenplay-index.jsonl`; - 状态为 `accepted` 的资产、版本与相关连续性; - `short-drama.json#/creator_authority/visual_direction` 中状态为 `accepted` 的视觉方向; 若状态为 `unset`,就向创作者给出选择,不从对话记忆补造。 设计原文落实、场面调度、摄影机和剪切时读 [shot-craft.md](references/shot-craft.md);只有写冻结帧时读 [keyframe-craft.md](references/keyframe-craft.md)。需要制作端的时长依据、景别与运镜 词表或时间片写法时读 [production-shot-grammar.md](references/production-shot-grammar.md)。 涉及背影、裁切、遮挡、画外或延迟揭示时读 [阶段契约](references/stage-contract.md) 的参考媒体与补拍一节。 只有所有权或过期传播不清楚时,才读核心所有权契约。 - 竖屏多人、单房对白、证据揭示、群体轴线或门内外视角: [blocking-playbooks.md](references/blocking-playbooks.md) - 需要查看“剧本 → 原文落实 → 镜头 → 关键帧”的完整正例,或对白表演括注 `(情绪)` 怎样同源投影到本镜表演状态与下游 `delivery`: [screenplay-to-keyframe-example.md](references/screenplay-to-keyframe-example.md) ## 工作流 ### 1. 先确认每段原文由谁落实 从 [coverage-template.json](assets/
- 先定位套件
- 按需读取资料
- 工作流
- 1. 先确认每段原文由谁落实
- 2. 先写镜头目的
- 3. 绑定空间和资产
- 4. 设计能够制作的镜头
- 5. 默认每镜一个冻结关键帧
- 6. 校验并呈现
- 修订
- 边界
- 所有产物
python3 <skill-dir>/scripts/storyboard_check.py 剧集/EP001/storyboard/coverage.json \
What does the short-drama-storyboard skill do?
把已接受的中文短剧剧本和资产转成原文落实表、有戏剧动机的镜头、连续性边界与冻结关键帧提示词。用户提出“拆分镜/设计镜头/做镜头表”“写首帧/关键帧提示词”“检查轴线、站位、视线、持物连续性”,或需要在不生成媒体的前提下把竖屏短剧、漫剧的剧本内容转成可拍的画面时使用。
How do I install it?
Run `npx skills add worldwonderer/drama-skills --skill short-drama-storyboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From worldwonderer/drama-skills, a repository with 483 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.