gwt

Installation
SKILL.md

Git Worktree Manager (gwt)

Problem

Nested worktree directories cause Next.js Turbopack to detect multiple lockfiles, IDE file watchers to get confused, and build tools to traverse into nested worktrees. Sibling worktrees clutter the code directory.

Solution

Use a centralized worktrees/ folder to keep all worktrees organized and your main code directory clean.

Directory Structure

~/code/
├── my-project/                    # main repo
├── other-project/                 # another repo
└── worktrees/                     # all worktrees live here
    ├── my-project--feat-auth/
    ├── my-project--fix-bug/
Related skills
Installs
2
GitHub Stars
2
First Seen
Feb 5, 2026