Back to Skills
using-git-worktrees
Sets up and uses git worktrees so the agent can run parallel branches of work without clobbering your checkout. From Superpowers.
Git & WorkflowADVANCEDby obra (Jesse Vincent)
Claude Codegitworktreesparallel
Key Information
Install / Load
/plugin install superpowers@claude-plugins-official
How This Skill Works
From the Superpowers library. Teaches the agent to use git worktrees correctly so multiple branches/experiments run in isolated working directories — ideal for parallel agents or trying competing approaches without disturbing your main checkout.
Installs as part of the Superpowers plugin.
Source
Maintained by obra (Jesse Vincent). Install and updates come from the official repository.
View on GitHub Related Skills
git-workflow-automator
Creates conventional commits, clear PR descriptions, and release notes. Handles branching strategy and changelog generation.
brainstorming
Refines vague ideas into clear designs through Socratic questioning before any code is written. From the Superpowers library.
writing-plans
Produces detailed, reviewable implementation plans with concrete tasks before execution. From the Superpowers library.