npx claudepluginhub schmug/karkinos --plugin karkinos/workersRuns Docker-based workers on NimbusImage datasets via nimbusimage Python API for image annotations, properties, segmentation, spot detection, and job tracking.
List 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: