How this skill is triggered — by the user, by Claude, or both
Slash command
/karkinos:skills/watchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the Karkinos worker monitor TUI in a new terminal window.
Launch the Karkinos worker monitor TUI in a new terminal window.
/karkinos:watch
When the user invokes /karkinos:watch, follow these steps:
which karkinos || echo "NOT_FOUND"
karkinos watch --spawn
This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).
Tell the user:
The karkinos CLI is not installed. Install it with:
uv tool install karkinos
Or if you have the source:
uv tool install /path/to/karkinos
Then run: karkinos watch --spawn
--spawn to automatically open a new terminal:
--no-crabs to disable the animated crab header--speed 0.2 for faster animationnpx claudepluginhub schmug/karkinos --plugin karkinosWatches AO worker tmux sessions, classifies state (WORKING/IDLE/QUEUED/DEAD/COMPLETED), auto-remediates trust TUI blocks, and push-notifies on stuck sessions. Use /babysit to start a monitoring loop on specific workers, all active workers, or workers matching a PR/branch.
Renders a prepared tmux layout for operator-side observability of session side-channels (STATE.md tail, CI watch, events.jsonl tail). Default 4-pane layout or debug layout. Read-only — coordinator chat stays in original terminal.
Spawns and manages persistent tmux-based Claude Code CLI sessions with bidirectional communication. Subcommands: spawn, send, read, status, list, kill for parallel peer orchestration and multi-turn steering.