working-in-git-worktrees
CommunityIsolated Git worktrees for parallel work.
System Documentation
What problem does it solve?
This Skill enables parallel development by using isolated git worktrees, allowing teams to work on multiple features simultaneously without interfering with the main branch or each other's changes. It ensures test and lint isolation within each worktree and simplifies cleanup after completion.
Core Features & Use Cases
- Isolated worktrees on separate branches for parallel work
- Seamless switching between work contexts while preserving main repo state
- Automated cleanup after work completion
- Use Case: A developer needs to implement a feature, run tests, and prepare a PR while another developer works on a different feature on a separate worktree.
Quick Start
Create a new worktree on a feature branch, switch into it, and run tests in isolation: git worktree add ../worktree-feature -b feature-xyz cd ../worktree-feature git status git rev-parse --git-dir
Work normally in the isolated environment
Edit files
git add . git commit -m "feat: implement"
After work, orchestrator cleans up or you manually delete
git push -u origin feature-xyz
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: working-in-git-worktrees Download link: https://github.com/bryonjacob/aug/archive/main.zip#working-in-git-worktrees Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.