Параллельная разработка с git worktree

vibe-coding

worktree-manager-skill is a Claude Code skill that creates, manages, and cleans up git worktrees for parallel development across all projects, maintaining isolated branch copies and launching Claude Code agents inside them. All worktrees are stored centrally at `~/tmp/worktrees/<project>/<branch-slug>/`, and a global registry at `~/.claude/worktree-registry.json` tracks branches, allocated ports from the 8100–8199 pool, statuses, and PR numbers. The skill activates on phrases like "spin up worktrees", "create worktree for X", "worktree status", or "cleanup merged worktrees". Claude performs every operation manually via git, jq, and bash — the helper scripts in `scripts/` are optional fallbacks, not hard dependencies. It's built for developers who need to work on multiple features simultaneously without constantly switching branches in the main repository.