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 karkinosRenders 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.
Sends short status updates during multi-step tasks, including manual progress reports and automatic periodic monitoring every 5 seconds for long-running operations.
Spawns and manages teams of Claude Code workers via iTerm2. Useful for parallel development with git worktrees, task assignment, and progress monitoring.