gwt

Installation
SKILL.md

Git Worktree Manager (gwt)

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

Naming: {repo-name}--{branch-name} (double dash separator, slashes become dashes)

Instructions

  1. If no action specified, show gwt ls output and explain available commands

  2. For new:

    • Run gwt new <branch>
    • Report the created path
    • Remind user to run bun install after switching
  3. For ls:

    • Run gwt ls --json for parsing
    • Format output nicely for user
Installs
2
First Seen
Mar 29, 2026
gwt — somtougeh/dotfiles