원클릭으로
watch
Launch the Karkinos TUI to monitor worker progress in a new terminal window.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch the Karkinos TUI to monitor worker progress in a new terminal window.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Spawn a Claude worker to handle a GitHub issue. Fetches issue details, creates a feature branch, and works autonomously. Use when you want to delegate an issue to a worker.
Spawn a Claude worker in an isolated git worktree for parallel development. Use when you need to work on a task in isolation without affecting current work.
Spawn a Claude worker to handle a GitHub issue. Fetches issue details, creates a feature branch, and works autonomously. Use when you want to delegate an issue to a worker.
Bump the version number in pyproject.toml, plugin.json, and marketplace.json, then commit and tag.
Spawn a Claude worker to address PR feedback, fix CI failures, or continue work on a pull request. Use when a PR needs updates based on review comments or failing checks.
Spawn a Claude worker to address PR feedback, fix CI failures, or continue work on a pull request. Use when a PR needs updates based on review comments or failing checks.
| name | watch |
| description | Launch the Karkinos TUI to monitor worker progress in a new terminal window. |
| allowed-tools | Bash |
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