From create-worktrees
Creates git worktrees for all open PRs or specific branches, handling names with slashes. Also cleans up stale worktrees and supports interactive custom branch creation.
How this command is triggered — by the user, by Claude, or both
Slash command
/create-worktrees:create-worktreesThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Git Worktree Commands This documentation provides two main bash scripts for Git worktree management: ## 1. Create Worktrees for All Open PRs - Uses GitHub CLI to fetch open pull requests - Creates git worktrees for each PR branch - Handles branch names with slashes - Includes an optional cleanup script for stale worktrees ## 2. Interactive Branch and Worktree Creation - Prompts for a new branch name - Validates branch name - Creates a worktree in a `./tree/` directory - Supports creating branches from different base commits ## Key Features - Error handling - Directory management - Fle...
This documentation provides two main bash scripts for Git worktree management:
./tree/ directorynpx claudepluginhub ccplugins/awesome-claude-code-plugins --plugin create-worktrees/create-worktreesCreates git worktrees for all open PRs or specific branches, handling names with slashes. Also cleans up stale worktrees and supports interactive custom branch creation.
/create-worktreesCreates git worktrees for all open PRs in ./tree/<branch> directories using GitHub CLI. Also creates new branch worktrees and cleans up stale ones.
/worktreeCreates git worktrees for parallel development on multiple branches: accepts branch/base args, copies configs, installs deps, lists existing, removes/prunes.
/worktreeManages git worktrees for branch-based parallel development — create, remove, list, and clean worktrees. Each ticket gets its own isolated working directory.
/worktreeCreates an isolated git worktree in .worktrees/<name> based on main, current, or specified branch. Ensures .worktrees/ is git-ignored and lists all worktrees.