cyberneticlibrary

Manage parallel Git worktrees

git-worktree-managerskillsetup L217,464
alirezarezvani/claude-skills
What it does

Manage git worktrees for parallel work on multiple branches without repo duplication

Best for

Parallel feature development that avoids full repo clones by reusing shared objects with independent worktrees

Inputs
  • · base branch
  • · new branch name
  • · worktree path
Outputs
  • · worktree state
  • · branch checklist
Requires
  • · git worktree
  • · git
  • · git-hooks
Preconditions

Git repo exists; worktree not already created

Failure modes
  • · Worktree stale after rebase on main
  • · Commit hook disabled in worktree
  • · Shared node_modules causes install conflicts
Trust signals
  • · git worktree list consistency
  • · Branch checklist automation
  • · Shared dependency guard