---
title: "Git Worktree"
description: "Git worktree management for working on multiple branches simultaneously."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-139
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:10.733Z
license: CC-BY-4.0
attribution: "Git Worktree — Claudary (https://claudary.paisolsolutions.com/skills/readme-139)"
---

# Git Worktree
Git worktree management for working on multiple branches simultaneously.

## Overview

# Git Worktree

Git worktree management for working on multiple branches simultaneously.

## Features

- Create worktrees from local, remote, or new branches
- List all active worktrees with navigation commands
- Delete and clean up worktrees
- Sibling directory pattern: `../<project>-<branch>`

## Installation

```bash
/plugin marketplace add nikiforovall/claude-code-rules
/plugin install handbook-git-worktree
```

## Usage

The skill activates automatically when you mention worktree tasks:

```
"Manage my worktrees"
"Create worktree from remote branch feature-x"
"List all worktrees"
"Delete worktree for branch hotfix-123"
```

**Example:**
```
You: "Create a worktree for the feature-auth branch"
Claude: Creates ../myproject-feature-auth and provides cd command
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-139) · https://claudary.paisolsolutions.com
