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:

Related skills
Installs
1
Repository
yurifrl/cly
First Seen
Apr 24, 2026