From renku-plugin
Audit and design condition-heavy Renku blueprint graphs. Use when a blueprint has optional branches, workflow routing, sparse fan-in, reference-vs-plain asset paths, StartEnd/image anchor logic, model-specific branches, or when Codex must prevent producers from running without available inputs or running in branches where their outputs are unused.
How this skill is triggered — by the user, by Claude, or both
Slash command
/renku-plugin:renku-audit-conditionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit conditional blueprint routing so scheduled jobs match available artifacts and useful downstream consumers.
Audit conditional blueprint routing so scheduled jobs match available artifacts and useful downstream consumers.
renku-validate-run.[0] and [1] beside schema-derived paths using [image].--up or --up-to-layer; do not fail because a later layer is intentionally not scheduled yet.When conditions differ, prefer separate producer imports over broad shared producers.
Example: use separate prompt producers for Text, StartEnd-with-plain-anchors, MultiShot, and Reference if those branches have different activation rules.
references/condition-audit-reference.md when auditing actual conditional graph wiring.references/condition-routing-gotchas.md for concrete bad/good branch examples.references/required-input-coherence.md when producers have multiple required inputs with conditions.references/dry-run-condition-coverage.md for what dry-run evidence should prove.references/stage-by-stage-execution.md before changing runtime plan safety or --up behavior.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.