managing-worktrees

Create, list, and clean Git worktrees for parallel branch development.

3|2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill managing-worktrees-c0ntr0lledcha0s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-worktrees
Source: https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations/tree/main/github-workflows/skills/managing-worktrees
Command: npx skills add https://github.com/C0ntr0lledCha0s/claude-code-plugin-automations --skill managing-worktrees-c0ntr0lledcha0s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables efficient parallel development using Git worktrees, allowing multiple branches to be worked on simultaneously without stashing or context switching.

Core Features & Use Cases

  • Add Worktree: create a new worktree for a branch
  • List Worktrees: display all active worktrees
  • Clean Worktrees: remove merged worktrees and prune references
  • Pattern Guidance: workflows for hotfixes, releases, and feature work

Quick Start

Create a new worktree for a feature branch, then switch directories to the new worktree path.