Gwt banner
SomtoUgeh SomtoUgeh

Gwt

Git community

Description

--- name: gwt description: Manage git worktrees using sibling directories argument-hint: "[action] [branch]" allowed-tools: Bash, Read user-invocable: true arguments: - name: action description: "Command: new, ls, go, rm, here" required: false - name: branch description: Branch name for new/go/rm commands required: false --- # Git Worktree Manager Manage git worktrees as sibling directories to avoid Turbopack/IDE conflicts. ## Available Actions - `new <branch>` - Create a

Installation

Installs to ~/.claude/skills/somtougeh-somto-dev-toolkit-gwt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/somtougeh-somto-dev-toolkit-gwt && curl -fsSL https://raw.githubusercontent.com/SomtoUgeh/somto-dev-toolkit/HEAD/commands/gwt.md -o ~/.claude/skills/somtougeh-somto-dev-toolkit-gwt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository