worktree-manager-skill

Create and manage isolated Git worktrees with automated environment setup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sirvig/wheel_analyzer --skill worktree-manager-skill-sirvig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree-manager-skill
Source: https://github.com/sirvig/wheel_analyzer/tree/main/.claude/skills/worktree-manager-skill
Command: npx skills add https://github.com/sirvig/wheel_analyzer --skill worktree-manager-skill-sirvig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Juggling multiple Git branches for parallel development, hotfixes, or reviews often leads to context switching, port conflicts, and tedious manual setup. This Skill eliminates that complexity, letting you focus on coding.

Core Features & Use Cases

  • Instant Worktree Creation: Quickly spin up new Git worktrees from any branch, fully configured and isolated.
  • Automated Environment Setup: Handles unique port allocation, environment files, dependency installation, and service startup automatically.
  • Effortless Management: List all active worktrees or remove them with a single command, ensuring clean cleanup and freeing up resources.
  • Use Case: Imagine you're working on a new feature, need to review a colleague's pull request, and a critical bug fix comes in. Use this Skill to create three isolated development environments, each running simultaneously without conflicts, allowing you to switch contexts instantly.

Quick Start

Create a worktree for the feature-authentication branch.