Help us improve
Share bugs, ideas, or general feedback.
From babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
npx claudepluginhub a5c-ai/babysitter-claude --plugin babysitterHow this skill is triggered — by the user, by Claude, or both
Slash command
/babysitter:babysitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate `.a5c/runs/<runId>/` through iterative execution.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Orchestrate .a5c/runs/<runId>/ through iterative execution.
Read the SDK version from versions.json to ensure version compatibility:
SDK_VERSION=$(node -e "try{console.log(JSON.parse(require('fs').readFileSync('${CLAUDE_PLUGIN_ROOT}/versions.json','utf8')).sdkVersion||'latest')}catch{console.log('latest')}")
npm i -g @a5c-ai/babysitter-sdk@$SDK_VERSION
CLI="npx -y @a5c-ai/babysitter-sdk@$SDK_VERSION"
If babysitter is already installed globally at the correct version, you may use CLI="babysitter" instead.
Make sure jq is installed and available in the path. If not, install it.
Run the following command to get full orchestration instructions:
$CLI instructions:babysit-skill --harness claude-code --interactive
For non-interactive mode (running with -p flag or no AskUserQuestion tool):
$CLI instructions:babysit-skill --harness claude-code --no-interactive
Follow the instructions returned by the command above to orchestrate the run.