·git-worktree
</>

git-worktree

antjanus/skillbox

Use when you need to work on multiple branches simultaneously, run parallel Claude Code sessions, handle emergency hotfixes during feature work, review PRs without switching branches, or test across branches without losing current work

11Installs·2Trend·@antjanus

Installation

$npx skills add https://github.com/antjanus/skillbox --skill git-worktree

SKILL.md

Git worktrees enable multiple working directories from a single repository. Each worktree has its own branch while sharing the same Git object database.

Core principle: Check worktree status, create worktree for parallel work, reference cleanup commands as needed.

Safety check: Ensure worktrees are either outside the repo or in .gitignore to avoid tracking them.

Use when you need to work on multiple branches simultaneously, run parallel Claude Code sessions, handle emergency hotfixes during feature work, review PRs without switching branches, or test across branches without losing current work Source: antjanus/skillbox.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/antjanus/skillbox --skill git-worktree
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is git-worktree?

Use when you need to work on multiple branches simultaneously, run parallel Claude Code sessions, handle emergency hotfixes during feature work, review PRs without switching branches, or test across branches without losing current work Source: antjanus/skillbox.

How do I install git-worktree?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/antjanus/skillbox --skill git-worktree Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/antjanus/skillbox

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05