Babysitter call
Orchestrate a babysitter run. use this command to start babysitting a complex workflow.
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/babysitter-cursor/skills/call" ~/.claude/skills/a5c-ai-babysitter-call-3ca8fb && rm -rf "$T"
manifest:
plugins/babysitter-cursor/skills/call/SKILL.mdsource content
call
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md).