Marketplace
Using Git worktrees by @obra
Use when starting feature work that needs isolation from current workspace or before executing implementation plans -...
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
What it can do
Core principle: Detect existing isolation first. Then use native tools. Then fall back to git. Never fight the harness.
Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace.".
Before creating anything, check if you are already in an isolated workspace.
SKILL.md
Loading tree...