From short-video-director
Creates Markdown asset files with detailed visual descriptions and image prompts for consistent character/item/scene generation across episodes. Handles dedup against existing assets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:creator-create-assetssonnetcreatorThis 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]/novel.md` — 必须读取
story/episodes/$ARGUMENTS[0]/novel.md — 必须读取story/episodes/$ARGUMENTS[0]/outline.md — 必须读取(从「本集资产清单」的「新增资产」部分获取资产列表)config.md — 必须读取(目标图像模型)assets/**/*.md — 使用 Glob 列出所有已有文件,选择性读取(风格一致性 + 查重)skills/creator-create-assets/rules.md — 必须读取并严格遵循(输出格式、规则)$ARGUMENTS[0] — 当前集数(如 ep01)为本集出现的每个新资产(角色/物品/场景/建筑)创建 Markdown 文件,包含视觉描述和图像生成提示词。下游消费者是图像模型(用提示词生成参考图)和 storyboarder(用资产名引用、用图片作为视频生成参考)。视觉描述和图像提示词必须足够具体,让图像模型能生成稳定一致的形象——抽象描述("美丽的女孩")会导致每次生成都不一样,毁掉视频生成的资产一致性。
skills/creator-create-assets/rules.md — 必须读取并严格遵循assets/ 对应子目录(characters/、items/、locations/、buildings/)下创建每个资产的 .md 文件npx claudepluginhub wddxh/shortvideodirectorTranslates keyframes.json into image-generation prompt .md files for each keyframe, resolving asset references from the assets directory. Supports full and incremental modes. Uses config for language and style.
Orchestrates sequential web novel episode creation from markdown config docs (character sheets, plot guides, bootstrap) using 4-agent pipeline. Ensures character depth, numeric consistency, hook strength, plausibility. Invoke via /create or Korean episode commands.
Writes structured, searchable descriptions for digital assets in DAM systems or media archives. Helps with batch ingest, re-tagging, and cataloging photos, video, audio, graphics, and documents.