git-worktrees
CommunityIsolate dev tasks, keep Git clean and parallel.
AuthorMacroMan5
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Working on multiple tasks or spikes in a single Git repository can lead to messy branches, conflicting changes, and difficult context switching.
Core Features & Use Cases
- Parallel Task Isolation: Creates parallel Git worktrees for distinct tasks, ensuring changes are isolated and reviews are clean.
- Streamlined Workflow: Provides clear commands for creating, switching to, and removing worktrees, simplifying complex Git operations.
- Use Case: When you need to work on a critical bug fix while a large feature is in progress, use this skill to create a separate worktree for the bug, keeping your main branch clean and focused.
Quick Start
Create a dedicated Git worktree named 'wt-bugfix-123' for a hotfix, based on the 'main' branch.
Dependency Matrix
Required Modules
git
Components
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: git-worktrees Download link: https://github.com/MacroMan5/claude-code-workflow-plugins/archive/main.zip#git-worktrees Please download this .zip file, extract it, and install it in the .claude/skills/ directory.