worktree-manager

Official

Manage Git worktrees for parallel work.

Authorfractary
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill creates, lists, removes, and manages Git worktrees to enable parallel Claude Code sessions while preserving repository safety.

Core Features & Use Cases

  • Create worktrees for specific branches with isolation
  • List active worktrees and their states
  • Remove worktrees with safety checks (dry-run, force)
  • Maintain worktrees metadata for auditability

Quick Start

Create a worktree for a branch, then switch into its directory to work in parallel.

Dependency Matrix

Required Modules

gitjq

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: worktree-manager
Download link: https://github.com/fractary/claude-plugins/archive/main.zip#worktree-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository