Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Using Git Worktrees logo
Skill

Using Git Worktrees

Prepares an isolated workspace for feature work, falling back to a git worktree.

0
SaveVisit website ↗

Install

/plugin install superpowers@claude-plugins-official
Triggers on

Runs at the start of feature work that should not share a working directory with whatever is currently open.

Author
Jesse Vincent (obra)
License
MIT

Before creating anything the skill checks whether the session is already inside a linked worktree or a submodule, so isolation is not stacked on top of isolation. A native workspace mechanism is preferred when one exists; otherwise a plain git worktree is created under a directory that has been verified as ignored. Dependencies are installed with whatever the project actually uses, and the tests are run once to prove the new workspace starts from a clean baseline.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?