short-drama
基于文件系统初始化、继续、恢复和交付短剧或漫剧项目,并提供本地 Dashboard 管理项目文本与预览项目媒体。面向编剧、漫剧工作室与编导。用户提出“创建/继续短剧项目”“看进度/下一步”“打开 dashboard/项目控制台”“恢复中断或不完整发布”“交付文本包”,或任务跨多个环节、意图不明确而需要先判断当前状态与负责技能时使用;明确的写作、资产、提示词、分镜或审查请求由对应子 skill 直接处理。
npx skills add worldwonderer/drama-skills --skill short-drama --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.
# 短剧创作路由 这是轻量项目路由,不在本技能内代写故事、资产提示词、镜头、视频提示词或终审结论。 默认使用创作者的语言;中文项目使用简洁中文呈现状态、差异、选择和下一步。 ## 每次请求的起点 1. 使用用户明确路径,或从当前目录向上寻找最近的 `short-drama.json`。 2. 从本技能安装目录找到同一套件的其他技能,读取 `suite-manifest.json`;缺少技能或版本混用时先停止变更。 3. 只读 `short-drama.json` 与 `.short-drama/state.json` 摘要;不要一次加载全部创作文件。 4. 执行 `status` 或写入前先运行事务恢复。发现外部编辑冲突时保留原文件,提供 `adopt`、`restore`、`merge` 三种处理,不静默覆盖。 5. 按创作者当前任务路由;不强制补走整条流水线。 入口、检查点、修订和交付见 [creator-workflow.md](references/creator-workflow.md)。 每次入口先执行 [runtime-preflight.md](references/runtime-preflight.md),统一验证安装、恢复事务并读取项目状态。 所有权、文件过期标记 `stale`、隐私或恢复有疑问时读 [contract-and-ownership.md](references/contract-and-ownership.md)。 意图含混时读 [routing-examples.md](references/routing-examples.md)。 只在需要把规则 ID 定位到负责技能时读 [knowhow-index.md](references/knowhow-index.md);路由只负责分派,不代替创作技能判断。 涉及参考图可以决定什么、观众揭示时机或补拍/替代提示词时读 [reference-media-and-pickups.md](references/reference-media-and-pickups.md)。 不同制作形态的执行翻译见 [production-form-profiles.md](references/production-form-profiles.md)。 ## 意图路由 | 创作者意图 | 路由 | |---|---| | 开发点子、故事承诺、系列、分集地图 | `$short-drama-develop` | | 导入小说/长材料并做可追溯分集与资产候选预览 | `$short-drama-develop` → 接受改编/分集 → `$short-drama-write` → 接受剧本 → `$short-drama-assets` | | 写/改单集契约、因果节拍、剧本 | `$sho
- 每次请求的起点
- 意图路由
- 初始化
- 本地 Dashboard
- 确定性工具
- 状态与下一步
- 恢复与修订
- 交付
- 边界
What does the short-drama skill do?
基于文件系统初始化、继续、恢复和交付短剧或漫剧项目,并提供本地 Dashboard 管理项目文本与预览项目媒体。面向编剧、漫剧工作室与编导。用户提出“创建/继续短剧项目”“看进度/下一步”“打开 dashboard/项目控制台”“恢复中断或不完整发布”“交付文本包”,或任务跨多个环节、意图不明确而需要先判断当前状态与负责技能时使用;明确的写作、资产、提示词、分镜或审查请求由对应子 skill 直接处理。
How do I install it?
Run `npx skills add worldwonderer/drama-skills --skill short-drama --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.