git-worktree

Installation
SKILL.md

Git Worktree Manager

Overview

This skill provides a unified interface for managing git worktrees, enabling isolated parallel development. Worktrees allow you to have multiple branches checked out simultaneously in separate directories.

Key features:

  • Automatic .env file copying from main repo to new worktrees
  • Unified storage in .worktrees/ directory
  • Cleanup of merged and stale worktrees

When to Use This Skill

  • Creating isolated environments for feature development
  • Working on multiple branches simultaneously
  • Reviewing PRs without stashing current work
  • Cleaning up completed feature branches

Critical: Always Use the Manager Script

Installs
40
GitHub Stars
41
First Seen
Feb 5, 2026
git-worktree — majesticlabs-dev/majestic-marketplace