git-worktree

Installation
SKILL.md

Git Worktree Management Skill

This skill helps you manage git worktrees efficiently. Git worktrees allow you to check out multiple branches simultaneously in different directories, which is useful for:

  • Working on multiple features in parallel
  • Testing different branches without losing work-in-progress
  • Reviewing code while continuing development
  • Quick bug fixes on main while working on a feature branch

⚠️ CRITICAL: Proactive Branch Protection Workflow

MANDATORY RULE: Before starting ANY development work, always check the current branch to prevent accidental commits to main/master.

When to Apply This Workflow

Related skills
Installs
25
GitHub Stars
210
First Seen
Feb 7, 2026