83,201 skills sorted by stars.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isol...
Create isolated git worktrees with smart directory selection and safety verification
Use when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or i...
Create isolated git worktrees with smart directory selection and safety verification. Use this when starting feature work that nee...
using-git-worktrees
Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without sw...
Use when starting feature work that needs isolation from current workspace, setting up parallel development tracks, or before exec...
(中文)Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates...