using-git-worktrees

Installation
SKILL.md

Git Worktrees with tmux Integration

Create isolated workspaces, open them in tmux windows within your current session, and dispatch tasks — all in one flow.

Core Flow

1. Create worktree     → git worktree add .claude/worktrees/{name} -b {branch}
2. Create tmux window  → new window in CURRENT session named {session}-{name}
3. cd into worktree    → send-keys to the new window
4. Dispatch task       → send-keys with the command to execute

Workflow Routing

Installs
77
GitHub Stars
76
First Seen
Jan 24, 2026
using-git-worktrees — julianobarbosa/claude-code-skills