git-worktree

Installation
SKILL.md

Git Worktree Manager

Manage isolated Git worktrees for parallel development, following project conventions.

Quick Reference

Command Description
create <name> [base] Create worktree with symlinked .env
list List all worktrees
cleanup Remove inactive worktrees
switch <name> Switch to a worktree

CRITICAL: Always Use the Manager Script

NEVER call git worktree add directly. Always use the script.

# CORRECT
Related skills
Installs
24
GitHub Stars
1
First Seen
Feb 18, 2026