From renku-plugin
Validate Renku blueprints and builds before calling work complete. Use when Codex needs to run blueprint validation, dry-run simulation, produced condition path inspection, costs-only checks, stage-by-stage --up or --up-to-layer validation, root build/test verification, or diagnose validation/runtime errors without invoking paid generation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/renku-plugin:renku-validate-runThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Validate before claiming a blueprint or build is ready. Dry-run evidence is part of the deliverable.
Validate before claiming a blueprint or build is ready. Dry-run evidence is part of the deliverable.
For blueprint changes:
generate --preflight-only with realistic inputs to validate the executable plan without simulation.--up or --up-to-layer.For one-time video inputs:
references/validation-runbook.md before deciding a blueprint/build/source change is complete.references/blueprint-warning-and-error-gotchas.md when validation reports warnings or graph/runtime errors.references/common-errors-advanced-blueprints.md for condition-heavy and model-specific failure patterns.references/validation-checklist.md for command sequence.references/dry-run-feedback.md for interpreting produced condition paths.references/error-codes.md for Renku error-code handling expectations.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.