worktrunk
Installation
SKILL.md
Worktrunk — Git Worktree Management
Worktrunk (wt) addresses worktrees by branch name and computes paths from a configurable template.
Core Commands
wt switch — Create or Switch Worktrees
wt switch feat # Switch to existing worktree
wt switch --create feat # Create new branch + worktree
wt switch -c -x claude feat # Create and run Claude in it
wt switch -c feat -- 'Fix GH #322' # Create + Claude with prompt (args after --)
wt switch - # Previous worktree
wt switch pr:123 # Check out a PR's branch
wt switch --create part2 --base=@ # Branch from current HEAD (stacked branches)
Shortcuts: ^ (default branch), @ (current worktree), - (previous), pr:N/mr:N