gwt-guide

Create Git worktrees with branches and automatic symlinks.

22|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/708u/gwt --skill gwt-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gwt-guide
Source: https://github.com/708u/gwt/tree/main/.claude/skills/gwt-guide
Command: npx skills add https://github.com/708u/gwt --skill gwt-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies complex Git worktree workflows by automating the creation of worktrees and their associated branches, plus automatic symlinks, reducing manual setup and potential errors.

Core Features & Use Cases

  • Automatic worktree and branch creation: Create a new worktree and the corresponding branch in a single command.
  • Symlink integration: Automatically symlinks .gitignore and related files from the main worktree.
  • Management commands: List existing worktrees and cleanly remove worktrees with branch deletion.

Quick Start

Run gwt add feat/new to create a new worktree along with its branch and optional symlinks, then use gwt list to verify it appears.