What problem does it solve?
This Skill solves the hassle of creating and coordinating multiple parallel Git worktrees for agent-driven development, including port conflicts and keeping track of what’s running or safe to clean up.
Core Features & Use Cases
- Global worktree orchestration: Creates, launches, syncs, and cleans up isolated worktrees stored under a centralized base directory, tracking them in a global JSON registry.
- Port allocation with safety: Allocates per-worktree ports from a global pool and releases them on cleanup to avoid collisions across many concurrent agents.
- Agent-ready workflows: Copies required runtime resources into each worktree, launches Claude Code (via configurable terminal/shell), and supports PR creation flows that update the registry with PR numbers.
Quick Start
Ask your agent: Create three worktrees for branches feature/auth, feature/billing, and bugfix/login and launch the Claude Code agent in each one with unique ports.