Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    eduardoarantes

    worktree-manager-skill

    eduardoarantes/worktree-manager-skill
    DevOps

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    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.

    SKILL.md

    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:

    Operation Command When to Use
    Create /git-simple:create_worktree_prompt User wants a new parallel environment
    List /git-simple:list_worktrees_prompt User wants to see existing worktrees
    Remove /git-simple:remove_worktree_prompt User 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 /git-simple:create_worktree_prompt <branch-name>

    2. User wants to LIST worktrees

    Keywords: list, show, display, what, which, status, check, view Action: Use /git-simple:list_worktrees_prompt

    3. User wants to REMOVE a worktree

    Keywords: remove, delete, cleanup, destroy, stop, kill, terminate Action: Use /git-simple:remove_worktree_prompt <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
    Recommended Servers
    GitHub
    GitHub
    Bitbucket
    Bitbucket
    Gitlab
    Gitlab
    Repository
    eduardoarantes/claude-code-plugin-marketplace
    Files