using-git-worktrees
Installation
SKILL.md
Using Git Worktrees
Use this skill to work in an isolated workspace without guessing the repo's entrypoint.
1. Core Defaults
- Prefer repo wrappers before generic
git worktreeorvde-worktreecreation flows. - Treat
config/vde/worktree/config.ymlas the local worktree policy source of truth. - Assume the managed root is
.worktrees, even if generic tool help mentions a different default. - Report the final worktree path and branch in handoff or status messages.
- Keep this skill focused on workspace isolation and inspection, not runtime activation or Nix switching.
2. Primary Repo Flows
Related skills