Skill Detail

Spin up isolated git worktrees for parallel Claude Code and Codex branches with Worktrunk

Create, switch, and clean per-branch worktrees so multiple coding agents can work the same repo in parallel without stomping each other.

Developer ToolsMulti-Framework
Developer Tools Multi-Framework Security Reviewed
⭐ 4.4k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill spin-up-isolated-git-worktrees-for-parallel-claude-code-and-codex-branches-with-worktrunk Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Git repository, Worktrunk CLI, local shell access, one or more coding agents such as Claude Code or Codex
Install & setup
Install Worktrunk from the upstream release or package instructions, initialize it in the target Git repository, then use the documented switch, list, and remove flows to manage per-agent worktrees.
Author
max-sixty
Publisher
Individual
Last updated
Apr 16, 2026
Quick brief

Use Worktrunk when an agent operator needs to create, enter, list, and clean isolated Git worktrees around parallel coding-agent tasks, not when they just need a general Git client. The invoke moment is specific: before or during multi-branch Claude Code or Codex work, give each run its own working directory and branch lifecycle so changes do not collide. That scope boundary, git worktree orchestration for parallel coding-agent branches, keeps this publishable as a skill instead of collapsing into a plain Git product card.