← ClaudeAtlas

manga-orchestratorlisted

AI 漫剧自驱动 orchestrator — 6 阶段流水线自动串联。从用户触发('全自动生成漫剧 [书名]')到最终视频,全程零人工干预。Also load chenxin-core first for VRAM/recipe context.
cxin21/comfyui-chenxin · ★ 0 · AI & Automation · score 76
Install: claude install-skill cxin21/comfyui-chenxin
# Manga Orchestrator — AI 漫剧自驱动编排 (v1.1, ported) > **Plugin path**: `skills/manga-orchestrator/SKILL.md` > **Upstream**: This is an L5 application skill. Load `chenxin-core` (L4 mega-skill) FIRST > for VRAM/recipe context — `chenxin-core/SKILL.md` step 7 routes here for multi-stage pipelines. ## 1. 任务 接收单一用户触发("全自动生成漫剧 [书名]" 或 "跑全流程 [项目]"),**零人工干预**完成 6 阶段流水线: ``` Stage 0 (bootstrap) → Stage 1 (LoRA) → Stage 2 (panels) → Stage 3 (review) → Stage 4 (motion) → Stage 5 (subtitle+concat) → 最终 mp4 + Obsidian vault 同步 ``` ## 2. 与其他 Skill 的关系 | 阶段 | 调用的 Skill / Agent | |------|---------------------| | 0 | `skills/manga-orchestrator/bootstrap.sh`(项目骨架,本 skill 自带脚本) | | 1 | `skills/lora-trainer/SKILL.md`(训练 LoRA,1 路径 v2.2) | | 2 | `skills/manga-stage-2-panels/SKILL.md` + comfyui-director agent | | 3 | `skills/manga-stage-3-review/SKILL.md` + manga-stage-3-review 内部 6 维算法 skill | | 4 | `skills/manga-stage-4-motion/SKILL.md` + comfyui-director agent | | 5 | `skills/ffmpeg-pipeline/SKILL.md`:字幕 + 拼接 | | **同步** | **`obsidian-suite:writing` skill** — 每次 Stage 完成自动写 vault | > **自驱动 = 全流程无中断 + 自动写笔记**。 ## 3. 输入参数 | 参数 | 必需 | 默认 | 说明 | |------|------|------|------| | `--title-cn` | ✅ | - | 中文书名 | | `--title-en` | ✅ | - | 拼音书名(路径) | | `--synopsis` | ✅ | - | 故事梗概(自动生成 01_plan.md) | | `--characters` | ❌ | [] | 角色名列表 | | `--scenes` | ❌ | [] | 场景名列表 | | `--style` | ❌ | cinematic | 画风预设 | | `--panel-count` | ❌ | 24 | 总分镜数 | | `--auto-fix` | ❌ | true | 失败时自动 retry 一次 | | `--max-hours` |