git-worktree-manager - Git Worktree Manager for Parallel Development
Create and manage isolated Git worktrees with automatic port allocation and environment sync
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create worktrees from branches
- Allocate non-conflicting ports
- Copy environment files
- Install dependencies
- Detect stale worktrees
- Identify merged branches
- Remove outdated worktrees
Inputs
- Git repository
- Branch name
- Base branch
- Environment files
- Lockfiles
Outputs
- Worktree directory
- Port mapping file
- Environment files copy
- Branch creation status
- Cleanup report
Requirements
- Git environment
- Python runtime
- Write permissions
