create-worktree-skill

Community

Instantly create isolated Git dev environments, no conflicts.

AuthorGolferGeek
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the hassle of managing multiple Git branches for parallel development, which often leads to context switching, merge conflicts, and port clashes. It automates the setup of isolated development environments.

Core Features & Use Cases

  • Isolated Environments: Creates fully configured Git worktrees with unique ports, databases, and environment files.
  • Parallel Development: Enables simultaneous work on multiple branches without conflicts, boosting productivity.
  • Automated Setup: Handles all configuration, dependency installation, and service startup automatically via a simple slash command.
  • Use Case: If you need to work on a hotfix while developing a new feature, use this skill to quickly spin up a separate, isolated environment for the hotfix branch.

Quick Start

Use a skill to create a worktree for the 'feature-new-dashboard' branch.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: create-worktree-skill
Download link: https://github.com/GolferGeek/orchestrator-ai/archive/main.zip#create-worktree-skill

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