git-worktrees

Installation
SKILL.md

Using Git Worktrees

Overview

Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching.

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

When to Use

  • Working on multiple features in parallel
  • Code review while continuing development
  • Testing fixes on different branches
  • Isolating experimental work
  • Multi-agent development workflows

Directory Selection Process

1. Check Existing Directories

Installs
1
First Seen
3 days ago
git-worktrees — 5dlabs/cto-agents