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/issue" ~/.claude/skills/a5c-ai-babysitter-issue && rm -rf "$T"
manifest:
plugins/babysitter-codex/skills/issue/SKILL.mdsource content
issue
Load and use the installed
babysit skill.
Resolve the request in
issue mode:
- treat everything after
as the issue selector and any extra issue-mode instructions$issue - focus on the issue-driven orchestration flow
- do not create a separate command surface here; this skill only forwards into
babysit