worktree-manager-skill

20
0
Source

Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.

Install

mkdir -p .claude/skills/worktree-manager-skill && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1251" && unzip -o skill.zip -d .claude/skills/worktree-manager-skill && rm skill.zip

Installs to .claude/skills/worktree-manager-skill

About this skill

Worktree Manager Skill

Complete worktree lifecycle management for parallel development environments with isolated ports, databases, and configuration.

When to use this skill

Use this skill when the user wants to:

  • Create a new worktree for parallel development
  • Remove an existing worktree
  • List all worktrees and their status
  • Check worktree configuration or status
  • Manage multiple parallel development environments

Do NOT use this skill when:

  • User asks for a specific subagent or skill delegation
  • User wants to manually use git commands directly
  • The task is unrelated to worktree management

Operations Overview

This skill manages three core worktree operations:

OperationCommandWhen to Use
Create/create_worktreeUser wants a new parallel environment
List/list_worktreesUser wants to see existing worktrees
Remove/remove_worktreeUser wants to delete a worktree

Decision Tree: Which Command to Use

1. User wants to CREATE a worktree

Keywords: create, new, setup, make, build, start, initialize Action: Use /create_worktree <branch-name> [port-offset]

2. User wants to LIST worktrees

Keywords: list, show, display, what, which, status, check, view Action: Use /list_worktrees

3. User wants to REMOVE a worktree

Keywords: remove, delete, cleanup, destroy, stop, kill, terminate Action: Use /remove_worktree <branch-name>

Quick Start

For step-by-step operation instructions, see OPERATIONS.md.

For detailed examples and usage patterns, see EXAMPLES.md.

For troubleshooting and common issues, see TROUBLESHOOTING.md.

For technical details and quick reference, see REFERENCE.md.

Important Notes

Do NOT attempt to:

  • Create worktrees manually with git commands
  • Manually configure ports or environment files
  • Use bash to remove directories directly
  • Manage worktree processes manually

Always use the slash commands because they:

  • Handle all configuration automatically
  • Ensure port uniqueness
  • Validate operations
  • Provide comprehensive error handling
  • Clean up properly on removal

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318399

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

340397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

452339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.