スキル一覧に戻る
schmug

watch

by schmug

Parallel Claude Code workers using git worktrees 🦀

0🍴 0📅 2026年1月2日
GitHubで見るManusで実行

SKILL.md


name: watch description: Launch the Karkinos TUI to monitor worker progress in a new terminal window. allowed-tools: Bash

Watch Skill

Launch the Karkinos worker monitor TUI in a new terminal window.

Usage

/karkinos:watch

Instructions

When the user invokes /karkinos:watch, follow these steps:

1. Check if karkinos CLI is installed

which karkinos || echo "NOT_FOUND"

2. If installed, spawn the TUI

karkinos watch --spawn

This opens the TUI in a new Terminal window (macOS) or terminal emulator (Linux).

3. If not installed, provide instructions

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

Notes

  • The TUI must run in a separate terminal from Claude Code
  • Use --spawn to automatically open a new terminal:
    • VS Code/Cursor: Splits the current terminal pane
    • Terminal.app: Opens a new window
    • Linux: Opens gnome-terminal, xterm, or konsole
  • Use --no-crabs to disable the animated crab header
  • Use --speed 0.2 for faster animation

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

0/5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です