git-worktree
SolidAuto-create git worktrees for workflows. Isolate changes, merge on success, discard on failure.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- nguyenthienthanh
- Repository
- nguyenthienthanh/aura-frog
- Created
- 8 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
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.
worktree-new
Git worktree conventions for isolated parallel feature work. Use when starting a new coding task, feature, bugfix, or PR-review in a git repository — anytime work should get its own branch and worktree instead of touching the main checkout, or when the user asks to work in / create / list / remove a worktree. Applies to whatever repository Claude is currently in.
git-workflow
Manage git workflows — worktree isolation, commits, merges, and pushes. Use for all substantive changes; never work directly in the main worktree.