git-worktrees

Installation
SKILL.md

Git Worktrees

Work on multiple branches simultaneously without stashing or switching.

Worktree Location

All worktrees live in .worktrees/ at repo root.

project/
├── .worktrees/
│   ├── feat-auth/
│   └── fix-login/
└── (main working tree)

Naming Convention

Worktree folder matches branch name pattern:

Installs
1
Repository
yurifrl/cly
GitHub Stars
1
First Seen
Apr 24, 2026
git-worktrees — yurifrl/cly