git-worktree
OfficialUnified Git worktrees for parallel development.
Author8b-is
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill consolidates Git worktree operations into a single, lightweight manager, reducing manual steps and preventing misconfigurations when creating parallel development environments.
Core Features & Use Cases
- Create new worktrees from the main branch and track them with a named directory
- List, switch, and clean up worktrees to keep a clean workspace
- Automatically copy environment files from the main repository into each new worktree to preserve local config
- Use during code reviews, feature development, and multi-feature workflows to keep work in isolation
Quick Start
Run the worktree manager to create a new worktree, list existing ones, switch between them, or cleanup inactive ones.
Examples:
- Create: bash ${CLAUDE_PLUGIN_ROOT}/skills/git-worktree/scripts/worktree-manager.sh create feature-login
- List: bash ${CLAUDE_PLUGIN_ROOT}/skills/git-worktree/scripts/worktree-manager.sh list
- Switch: bash ${CLAUDE_PLUGIN_ROOT}/skills/git-worktree/scripts/worktree-manager.sh switch feature-login
- Cleanup: bash ${CLAUDE_PLUGIN_ROOT}/skills/git-worktree/scripts/worktree-manager.sh cleanup
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 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: git-worktree Download link: https://github.com/8b-is/8b-is-mp/archive/main.zip#git-worktree 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 223,000+ vetted skills library on demand.