Babysitter observe
Launch the babysitter observer dashboard. Installs and runs the real-time observer UI that watches babysitter runs, displaying task progress, journal events, and orchestration state in your browser.
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/observe" ~/.claude/skills/a5c-ai-babysitter-observe-ff1c56 && rm -rf "$T"
manifest:
plugins/babysitter-cursor/skills/observe/SKILL.mdsource content
observe
Run the babysitter observer dashboard:
- Determine the watch directory — this is usually the project's container directory (the parent of the project dir), or the current working directory if not specified.
- Launch the dashboard:
npx -y @a5c-ai/babysitter-observer-dashboard@latest --watch-dir <dir> - This is a blocking process — it will keep running until stopped.
- Open the browser at the URL printed by the dashboard.