Agent skill
watch
Launch the Karkinos TUI to monitor worker progress in a new terminal window.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/watch-schmug-karkinos
SKILL.md
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
--spawnto 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-crabsto disable the animated crab header - Use
--speed 0.2for faster animation
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?