Setup Gwt banner
SomtoUgeh SomtoUgeh

Setup Gwt

Git community

Description

--- name: setup-gwt description: Install the gwt (git worktree manager) script argument-hint: "" context: fork --- # Git Worktree Manager Setup Install the `gwt` script for managing git worktrees as sibling directories. ## Step 1: Check if already installed ```bash command -v gwt && gwt --version ``` If already installed and user is happy with version, STOP and confirm it's ready. ## Step 2: Create ~/.local/bin if needed ```bash mkdir -p ~/.local/bin ``` ## Step 3: Copy the script ```ba

Installation

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

Terminal
mkdir -p ~/.claude/skills/somtougeh-somto-dev-toolkit-setup-gwt && curl -fsSL https://raw.githubusercontent.com/SomtoUgeh/somto-dev-toolkit/HEAD/commands/setup-gwt.md -o ~/.claude/skills/somtougeh-somto-dev-toolkit-setup-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