From short-video-director
Extracts roles, style variants, items, scenes, and buildings from story episode novel.md or script.md, marks new/existing via assets/ glob check, appends formatted list to outline.md.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `story/episodes/$ARGUMENTS[0]/novel.md` 或 `story/episodes/$ARGUMENTS[0]/script.md` — 必须读取(优先 novel.md,若不存在则读取 script.md)
Creates Markdown files for new story assets like characters, items, scenes, and buildings, with detailed visual descriptions and image generation prompts from novel outlines for consistent image model outputs.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
story/episodes/$ARGUMENTS[0]/novel.md 或 story/episodes/$ARGUMENTS[0]/script.md — 必须读取(优先 novel.md,若不存在则读取 script.md)assets/**/*.md — 使用 Glob 获取所有文件路径列表(判断资产新增/已有)$ARGUMENTS[0] — 当前集数(如 ep01)阅读本集小说原文或剧本,提取本集使用的所有角色、造型变体、物品、场景和建筑,标注每个资产是新增还是已有,生成完整资产清单。
## 本集资产清单
### 新增资产
#### 新角色
- **{角色名}:** {外貌/性格简要描述}
#### 角色造型变体
- **{角色名}-{造型名}:** {造型描述}
#### 新物品
- **{物品名}:** {简要描述}
#### 新场景
- **{场景名}:** {环境简要描述}
#### 新建筑
- **{建筑名}:** {简要描述}
### 已有资产(本集出场)
- **{资产名}({类型}):** {本集出场简述}
每个新增子分类下无新增时标注"无"。已有资产无出场时省略该分类或标注"无"。
{角色名}-{造型名}(如 张三-战斗装)story/episodes/$ARGUMENTS[0]/outline.md 末尾追加「本集资产清单」章节