using-git-worktrees

Installation
SKILL.md

Using Git Worktrees

Core Principle

Isolate feature work. Keep main clean.

Git worktrees let you work on multiple branches simultaneously in separate directories.

When to Use

  • Starting a new feature
  • Working on a bugfix while main development continues
  • Need to context-switch without stashing
  • Want clean separation between work streams

Setup Process

Step 1: Check for Existing Worktree Directory

Related skills

More from bbeierle12/skill-mcp-claude

Installs
41
GitHub Stars
8
First Seen
Jan 23, 2026