git-worktree
FeaturedCreate isolated git worktrees for feature development without switching branches
Install
Quality Score: 96/100
Skill Content
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
worktree-isolation
Git worktree-based task isolation. Use when making changes that should not affect the main working tree until verified, or when running parallel development tasks that might conflict.
using-git-worktrees
Create an isolated git worktree for feature work — smart directory choice, a .gitignore safety check, and a clean test baseline. Use before parallel/independent work that should not disturb the current workspace.
using-git-worktrees
Use when starting feature work that needs isolation from the current workspace, working on multiple branches simultaneously, or before executing an implementation plan that shouldn't affect the main working tree. Trigger on: "create a worktree", "isolated workspace", "work on a branch without switching", "set up a feature branch", "parallel branch work", or when the user wants to implement something without disturbing their current working state.