using-git-worktrees
SolidUse Git worktrees to create parallel working directories safely; avoid branch-switch contamination.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- KbWen
- Repository
- KbWen/agentic-os
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- 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.
using-git-worktrees
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
using-git-worktrees
Use when starting feature work that needs isolation from the current workspace, or when an implementation plan should run outside the active working tree.