create-worktree-skill

Create Git worktrees with automatic port allocation and dependency installation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up new, isolated development environments for different Git branches often involves manual configuration, port management, and dependency installation, leading to errors and wasted time. This Skill automates the entire process, letting you focus on development.

Core Features & Use Cases

  • One-Command Worktree Creation: Instantly create a fully configured Git worktree from any branch.
  • Automatic Port Allocation: Ensures unique ports for each environment, preventing conflicts and manual port juggling.
  • Full Environment Setup: Handles environment files, dependency installation, and automatic service startup for server and client, providing a ready-to-use environment.
  • Use Case: You need to work on three different features simultaneously. Use this Skill to create three separate worktrees for feature-a, feature-b, and feature-c, each running on unique ports and with its own isolated configuration, allowing seamless parallel development.

Quick Start

Create a worktree for the feature-dashboard branch.