Babysitter resume
Resume orchestrating of a babysitter run. use this command to resume 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-codex/skills/resume" ~/.claude/skills/a5c-ai-babysitter-resume && rm -rf "$T"
manifest:
plugins/babysitter-codex/skills/resume/SKILL.mdsource content
resume
Invoke the babysitter:babysit skill (using the Skill tool) and follow its instructions (SKILL.md). to resume a run. if no run was given, discover the runs and suggest which incomplete run to resume based on the run's status, inputs, process , etc.