Agent skill

babysitter:observe

Launch the babysitter observer dashboard for real-time run monitoring.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/observe-a5c-ai-babysitter

SKILL.md

babysitter:observe

Launch the babysitter observer dashboard — a real-time web UI for monitoring runs, tasks, journal events, and orchestration state.

Usage

Start the Dashboard

  1. Determine the watch directory (usually the project's container directory or cwd)
  2. Launch:
bash
npx -y @yoavmayer/babysitter-observer-dashboard@latest --watch-dir <dir>
  1. This is a blocking process — it will keep running until stopped
  2. Open the browser at the URL printed by the dashboard

Stop the Dashboard

If the argument is stop:

  1. Find the running dashboard process:
bash
ps aux | grep babysitter-observer-dashboard | grep -v grep
  1. Kill it:
bash
kill <pid>
  1. Confirm it stopped

Default Watch Directory

If no --watch-dir is specified, use the parent of the current project directory. For /data/repos, watch /data.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results