Claude Code Plugins

Community-maintained marketplace

Feedback

Create, list, and remove git worktrees for parallel agent work. Use when you need isolated workdirs, new worktree branches, or safe cleanup workflows.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name git-worktrees
description Create, list, and remove git worktrees for parallel agent work. Use when you need isolated workdirs, new worktree branches, or safe cleanup workflows.

Git Worktrees

Use the project scripts

  • Create: scripts/worktree-new.sh <path> <branch> [--force]
  • Remove: scripts/worktree-remove.sh <path> [--force]
  • List: git worktree list

Notes

  • The scripts validate the repo state and install npm deps after creation.
  • Use --force only when you understand the safety checks you are bypassing.