Use when planning multi-stage KrillinAI CLI workflows such as subtitle plus TTS plus horizontal or vertical render; current pipeline execution is a reserved/planned surface unless implementation is wired in.
62
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/krillinai-pipeline/SKILL.mdUse 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.22ee064
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.