git-worktree-manager - Manage Git Worktrees for Parallel Development
Create and manage isolated Git worktrees with auto port allocation
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create worktrees
- allocate ports
- copy environment files
- install dependencies
- detect stale worktrees
- remove worktrees
- list worktrees
Inputs
- repository path
- branch name
- worktree name
- base branch
- environment files
- lockfiles
Outputs
- port mapping file
- worktree directory
- environment file copies
- worktree list
Requirements
- Git worktree support
- Python 3
