git-worktrees

Installation
SKILL.md

Git Worktrees

Create isolated workspaces for parallel development without disrupting current work.

Purpose

Git worktrees allow multiple branches to be checked out simultaneously in separate directories. This enables parallel work without stashing, context switching, or polluting the main workspace. This skill provides structured worktree creation with safety verification.

Integration

Called by

  • implementing-plans - Offers worktree isolation before implementation
  • User directly via /rpikit:git-worktrees

Pairs with

Installs
1
GitHub Stars
20
First Seen
Apr 1, 2026
git-worktrees — bostonaholic/rpikit