List all active Claude workers and their git worktrees.
/plugin marketplace add schmug/karkinos/plugin install karkinos@karkinosList all active Claude workers and their git worktrees.
List all worktrees:
git worktree list
For each non-main worktree, show:
git log <branch> --oneline -1git rev-list main..<branch> --countgit -C <worktree-path> status --shortFormat as table:
| Worktree | Branch | Last Commit | Ahead | Status |
|----------|--------|-------------|-------|--------|
| ../artemis-issue-42 | feat/issue-42 | abc123 Fix bug | +2 | clean |
Suggest actions: