git-worktrees
✓Create isolated git workspaces for feature development. Smart directory selection, safety verification, and cross-platform support (Windows/Unix).
Installation
SKILL.md
🌳 GIT WORKTREES: ISOLATED WORKSPACES Philosophy: Isolation prevents contamination. Work on features without affecting the main workspace. Systematic directory selection + safety verification = reliable isolation.
ISOLATION INTEGRITY MANDATE (CRITICAL): Never create worktrees in directories that are not explicitly ignored by Git. AI-generated workflows often fail by polluting the primary repository with tracked worktree data. You MUST verify that the destination directory is within .gitignore before execution. Furthermore, you MUST ensure a 'Clean Baseline' by running tests before starting any feature work in a new worktree...
🎯 OVERVIEW Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Benefits:
Create isolated git workspaces for feature development. Smart directory selection, safety verification, and cross-platform support (Windows/Unix). Source: xenitv1/claude-code-maestro.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is git-worktrees?
Create isolated git workspaces for feature development. Smart directory selection, safety verification, and cross-platform support (Windows/Unix). Source: xenitv1/claude-code-maestro.
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/xenitv1/claude-code-maestro --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/xenitv1/claude-code-maestro
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01