Параллельная разработка в изолированных git worktree
★ 6.7 · vibe-coding
treetopia is a Claude Code skill that creates an isolated worktree whenever the user explicitly asks for branch isolation, parallel feature work, or protection from branch collisions. On activation, it derives a concise branch name with an appropriate prefix (feature/, fix/, or chore/), calls worktree_create with the required parameters, and continues development inside the new isolated session. Git-only operations — merge, branch deletion, status checks, and cleanup — are delegated to git-specialist when available. Before teardown, the skill runs project verification (build, lint, tests) and presents merge or cleanup options, requiring explicit user confirmation before any destructive action: worktree deletion, branch merge, or new branch creation. It is designed for multi-agent setups or parallel workstreams where two tasks must never share the same branch.