SkillEngenhariaExecução
Using Git Worktrees
Set up an isolated workspace for feature work - detect existing isolation first, prefer native tools, fall back to git worktree only when no native tool exists.
Ações
PerfilDev
ProfundidadeMédia
Idiomaen-US
Objetivo
Em uma frase.
Use this skill when starting feature work that needs isolation from the current workspace, or before executing an implementation plan. The skill is defensive: it detects whether you are already in a linked worktree, distinguishes worktrees from submodules, uses native worktree tools when available, and only falls back to manual `git worktree add` when nothing else exists.
Constelação
Onde
ela vive.
Bundles que incluem