Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub schmug/karkinos --plugin karkinosHow 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.
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.
Launches and manages multiple Claude Code worker sessions via tmux, assigning tasks, monitoring progress, and collecting results. Useful for delegating work to parallel agents.
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.
Share bugs, ideas, or general feedback.
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 animation