Help us improve
Share bugs, ideas, or general feedback.
From worktree-fleet
Use whenever working in, creating, switching, listing, syncing, or coordinating Git worktrees, especially when a repo may use worktree-fleet or sibling AI sessions.
npx claudepluginhub mgdickinson/worktree-fleetHow this skill is triggered — by the user, by Claude, or both
Slash command
/worktree-fleet:fleetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before worktree coordination, run:
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Before worktree coordination, run:
worktree-fleet status --refresh-current
For a live board, run:
worktree-fleet watch
For a durable usage trail, including Claude monitor starts, stops, and sidecar errors, run:
worktree-fleet activity --all --limit 50
Use the output as the fleet board. Call out pending main targets, divergent targets, blocked reasons, dirty files, upcoming intent, contention, and recent main events. If no sessions appear, run worktree-fleet doctor and report the actionable fix.
When the task involves catching up with the integration branch, prefer:
worktree-fleet sync
Do this before any manual git pull, git merge main, or git rebase main flow. If fleet blocks, surface that block instead of bypassing it with Git.
When the task involves landing a completed worktree back onto the local integration branch, use:
worktree-fleet land
Do this instead of manually switching to main and merging the feature branch. Fleet landing requires clean worktrees, fast-forwards the local integration branch, and records the main-advance event.
When creating or switching worktrees, keep fleet visible:
worktree-fleet status --refresh-current before changing worktrees.worktree-fleet status --refresh-current.worktree-fleet sync.worktree-fleet intent declare <path...>.worktree-fleet watch when the user wants to monitor sessions, conflicts, or resolutions live.The plugin intentionally blocks raw Bash worktree mutations until a recent fleet status/sync/watch check has happened. If that happens, load worktree-fleet:worktree, run the fleet check, read the board, then retry only the Git operation that still makes sense.