From renku-plugin
Pick the right Renku workflow, producers, providers, and model configurations for generation tasks. Use when choosing between text-to-video, image-to-video, start/end-frame, reference-to-video, multi-shot, talking-head, lipsync, image edit/compose, TTS, music, or composition workflows, especially for capability-rich models like Seedance, Kling, Veo, Wan, or LTX.
How this skill is triggered — by the user, by Claude, or both
Slash command
/renku-plugin:renku-pick-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Choose the workflow first, then the producer contract, then the model.
Choose the workflow first, then the producer contract, then the model.
models: entries for the input template or build inputs.renku-write-prompts for model-workflow-specific prompt text.renku-audit-conditions if the selected workflow introduces optional branches.Vendor capability is not enough. The current Renku producer contract must expose the needed capability. If a vendor supports video references but the chosen producer only exposes image references, do not write or plan video-reference prompts.
Return recommendations in this shape:
models:
- model: <exact-catalog-model-name>
provider: <provider>
producerId: <blueprint-producer-id>
Include any required model config explicitly. Do not invent defaults to keep going.
references/producer-workflow-reference.md when selecting concrete workflow shapes and producer contracts.references/model-family-execution-patterns.md when deciding whether a model family changes graph topology rather than only prompt text.references/workflow-decision-tree.md for producer/workflow selection.references/model-contract-checklist.md before committing a model choice.references/seedance-workflows.md for Seedance-specific workflow implications.references/kling-workflows.md for Kling-specific workflow implications.npx claudepluginhub keremk/renku-skills --plugin renku-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.