skills/krillinai-pipeline/SKILL.md
Use this skill for end-to-end or multi-stage planning. In the current CLI, pipeline has output planning support but execution may not be wired in; prefer individual commands for real work unless verified.
./build/krillinai-cli pipeline --outputs "subtitle,tts,vertical-bilingual"
| Output | Stage |
|---|---|
subtitle | Generate subtitle files |
tts | Generate dubbing |
horizontal-bilingual | Render landscape bilingual video |
horizontal-dubbed | Render landscape dubbed video |
vertical-bilingual | Render portrait bilingual video |
vertical-dubbed | Render portrait dubbed video |
cover | Generate cover |
Use pipeline when the user asks for a complete result and the CLI implementation supports executing it. Prefer individual commands now for real runs, debugging, testing, or recovering a failed stage.
subtitle succeeds and render fails, rerun only render with the same --workdir.tts after fixing provider config.krillinai_manifest.json before rerunning to avoid repeating expensive work.unsupported_command, run the stages individually.skills/krillinai-cli/references/cli-contract.md.