babysit▌
a5c-ai/babysitter · updated Apr 8, 2026
Orchestrate .a5c/runs/<runId>/ through iterative execution.
babysit
Orchestrate .a5c/runs/<runId>/ through iterative execution.
Dependencies
Babysitter SDK and CLI
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')}")
sudo npm i -g @a5c-ai/babysitter-sdk@$SDK_VERSION
# sudo is depending on the env and system
then use the CLI alias: CLI="babysitter"
Alternatively, use the CLI alias: CLI="npx -y @a5c-ai/babysitter-sdk@$SDK_VERSION"
jq
make sure you have jq installed and available in the path. if not, install it.
Instructions
Run the following command to get full orchestration instructions:
babysitter instructions:babysit-skill --harness claude-code --interactive
For non-interactive mode (running with -p flag or no AskUserQuestion tool):
babysitter instructions:babysit-skill --harness claude-code --no-interactive
Follow the instructions returned by the command above to orchestrate the run.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.8★★★★★40 reviews- ★★★★★Chaitanya Patil· Dec 24, 2024
babysit reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Pratham Ware· Dec 20, 2024
Keeps context tight: babysit is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Sophia Johnson· Dec 16, 2024
Registry listing for babysit matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Alexander Gonzalez· Dec 16, 2024
I recommend babysit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Emma Abbas· Dec 12, 2024
babysit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Ishan Gonzalez· Dec 4, 2024
Keeps context tight: babysit is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Piyush G· Nov 15, 2024
I recommend babysit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Zara Chen· Nov 7, 2024
Useful defaults in babysit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Min Taylor· Nov 7, 2024
babysit reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Luis Zhang· Oct 26, 2024
I recommend babysit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 40