git-worktrees

Installation
SKILL.md

Git Worktrees

Overview

Git worktrees create isolated workspaces that share a repository while keeping separate checkouts.

Core principle: Systematic directory selection + safety verification = reliable isolation.

Use commands that fit the current shell and platform. For concrete examples, see references/powershell.md for PowerShell and references/posix.md for POSIX shells.

Workflow

1. Announce intent

State that you are setting up an isolated workspace with git worktrees.

2. Inspect existing conventions

Follow this priority order:

Installs
3
First Seen
Mar 18, 2026
git-worktrees — rileycornelius/code-skills