·git-worktrees
</>

git-worktrees

heyitsnoah/claudesidian

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge.

5Installs·0Trend·@heyitsnoah

Installation

$npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees

SKILL.md

Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Each worktree is a separate directory with its own working tree, but they share the same .git history.

| List worktrees | git worktree list | | Create worktree | git worktree add -b | | Create from existing branch | git worktree add | | Remove worktree | git worktree remove | | Prune stale worktrees | git worktree prune |

NEVER remove a worktree with uncommitted changes without confirmation.

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge. Source: heyitsnoah/claudesidian.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is git-worktrees?

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge. Source: heyitsnoah/claudesidian.

How do I install git-worktrees?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/heyitsnoah/claudesidian --skill git-worktrees 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/heyitsnoah/claudesidian

Details

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