·git-worktree
</>

git-worktree

julianobarbosa/claude-code-skills

Git worktree management with tmux and iTerm2 integration. Use when creating isolated dev environments, managing parallel feature branches, switching contexts without stashing, or running multiple Claude instances. Covers worktree creation, tmux window management, iTerm2 tabs, and cleanup workflows.

15Installs·0Trend·@julianobarbosa

Installation

$npx skills add https://github.com/julianobarbosa/claude-code-skills --skill git-worktree

SKILL.md

Manage parallel development environments using git worktrees with seamless terminal integration.

Git worktrees enable multiple working directories from a single repository:

Functions are defined in /.zsh/functions.zsh (already loaded by your zshrc):

Git worktree management with tmux and iTerm2 integration. Use when creating isolated dev environments, managing parallel feature branches, switching contexts without stashing, or running multiple Claude instances. Covers worktree creation, tmux window management, iTerm2 tabs, and cleanup workflows. Source: julianobarbosa/claude-code-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill git-worktree
Category
</>Dev Tools
Verified
First Seen
2026-02-04
Updated
2026-02-18

Quick answers

What is git-worktree?

Git worktree management with tmux and iTerm2 integration. Use when creating isolated dev environments, managing parallel feature branches, switching contexts without stashing, or running multiple Claude instances. Covers worktree creation, tmux window management, iTerm2 tabs, and cleanup workflows. Source: julianobarbosa/claude-code-skills.

How do I install git-worktree?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill git-worktree Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/julianobarbosa/claude-code-skills