From short-video-director
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.
npx claudepluginhub wddxh/shortvideodirectorThis skill is limited to using the following tools:
- `story/episodes/$ARGUMENTS[0]/novel.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.
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.
Initializes structured markdown folder layout for new fiction story projects: story bible, character registry, worldbuilding index, plot structure, timeline, and chapter tracker with YAML frontmatter.
Share bugs, ideas, or general feedback.
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 文件