Help us improve
Share bugs, ideas, or general feedback.
From git-worktree
Creates up to 3 git worktrees with prefixed branches (feature/bugfix/etc.) and launches parallel Claude sessions for simultaneous task execution on macOS. Confirms plans with user first.
npx claudepluginhub himicoswilson/himi-claude-plugins --plugin git-worktreeHow this skill is triggered — by the user, by Claude, or both
Slash command
/git-worktree:parallel-tasksThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create git worktrees for parallel task execution with separate Claude sessions (macOS only).
Creates and manages git worktrees for parallel coding sessions while waiting on tests, builds, CI, or during code review and exploration.
Sets up Git worktrees for running multiple parallel Claude sessions on the same repo without conflicts. Use for review, refactor, test, and docs workflows with isolated directories.
Dispatches tasks into separate git worktrees via workmux. Useful for parallel, isolated work without reading or exploring the current codebase.
Share bugs, ideas, or general feedback.
Create git worktrees for parallel task execution with separate Claude sessions (macOS only).
"${CLAUDE_PLUGIN_ROOT}/scripts/wt-parallel.sh" \
--branches "branch1|branch2" \
--prompts "prompt1|prompt2"
prefix/description (max 50 chars)
feature/ (default), bugfix/, hotfix/, release/Input: "Implement user auth and product search at the same time"
Parsed:
feature/user-auth → "Implement user authentication..."feature/product-search → "Implement product search..."Input: "Fix the login bug and cart calculation issue in parallel"
Parsed:
bugfix/login → "Fix the login bug..."bugfix/cart-calculation → "Fix the cart calculation issue..."