AI AGENT ADDONS
108,774installs

Git worktrees let you work on a new feature without touching your current code. You can switch between tasks safely. This skill helps you set up an isolated workspace using the best tool available.

First it checks if you are already in an isolated space. Then it prefers your platform's native worktree tools. Only if none exist does it fall back to git worktree add. This keeps your main branch clean and your changes separate.

You benefit by avoiding messy branch switches and accidental commits. The skill guides you step by step, from detecting existing isolation to creating the worktree. It even asks for your permission first.

Add Using Git Worktrees skill to your workflow

Global

mkdir -p ~/.claude/skills/using-git-worktrees

Project

mkdir -p .claude/skills/using-git-worktrees

Source Repository

Stars
240,546
Forks
21,355
Watchers
240,546
License
MIT
Last Push
6 days ago
Created
8 months ago