git-worktree-workflow

Installation
SKILL.md

Git Worktree Workflow

Manage multiple feature branches with isolated IDE sessions using git worktrees. Each worktree gets its own Cursor window with preserved session history.

Why Worktrees

Instead of switching branches in one directory, worktrees let you have multiple branches checked out simultaneously in separate folders:

  • No stashing or context switching
  • Session history preserved per feature
  • Return to old sessions days/weeks later
  • Each window shows only that feature's changes

Configuration

Config file: config.json (in this skill folder)

Installs
1
Repository
shmulc8/skills
First Seen
Jun 22, 2026
git-worktree-workflow — shmulc8/skills