From short-video-director
Appends appearance records to existing asset markdown files for those featured in the current episode. Reads outline.md and novel.md to generate concise EPXX entries under ## 出场记录.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `story/episodes/$ARGUMENTS[0]/outline.md` — 必须读取(从「本集资产清单」的「已有资产(本集出场)」部分获取资产列表)
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.
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]/outline.md — 必须读取(从「本集资产清单」的「已有资产(本集出场)」部分获取资产列表)story/episodes/$ARGUMENTS[0]/novel.md — 必须读取(获取出场细节)assets/ 下每个需要更新的资产 .md 文件$ARGUMENTS[0] — 当前集数(如 ep01)为本集中出场的已有资产追加出场记录条目。
每个需更新的资产,在其 ## 出场记录 末尾追加一条:
- EP{XX}: {简要描述在该集中的表现}
## 出场记录 末尾追加 - EP{XX}: {简要描述}