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
-
If no action specified, show
gwt lsoutput and explain available commands -
For
new:- Run
gwt new <branch> - Report the created path
- Remind user to run
bun installafter switching
- Run
-
For
ls:- Run
gwt ls --jsonfor parsing - Format output nicely for user
- Run