Stats
Actions
Tags
From 00-orchestrator
Resume a run from awaiting_package after the user has run /package and confirmed the boundary cleared. Requires <run_id> argument.
How this skill is triggered — by the user, by Claude, or both
Slash command
/00-orchestrator:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this Bash command:
Run this Bash command:
sqlite3 "${CLAUDE_PLUGIN_DATA}/state.sqlite" "UPDATE runs SET status='executing' WHERE run_id='$ARGUMENTS' AND status='awaiting_package'; SELECT changes();"
If 1, the run is now executing. If 0, the run was not in awaiting_package state.
npx claudepluginhub jpk0512/ryu-next --plugin 00-orchestratorCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.