worktree-manager — shadcn-ui worktree-manager, zaidan, carere, community, shadcn-ui, ai agent skill, ide skills, agent automation, solidjs, AI agent skills, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring efficient git worktree management for parallel development environments with isolated dependencies and configuration. Manages the full lifecycle of git worktrees — create, list, update, and remove. Handles environment setup (.env), dependency installation (bun install), and port allocation using setup-dev-env script.

# Core Topics

carere carere
[59]
[1]
Updated: 3/18/2026

Quality Score

Top 5%
62
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add carere/zaidan/worktree-manager
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The worktree-manager skill by carere is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for shadcn-ui, solidjs.

Ideal Agent Persona

Ideal for Development Agents requiring efficient git worktree management for parallel development environments with isolated dependencies and configuration.

Core Value

Empowers agents to manage complete git worktree lifecycles, including creating, listing, updating, and removing worktrees, with isolated dependencies and configuration for SolidJS, utilizing git commands and protocols.

Capabilities Granted for worktree-manager

Creating new worktrees for parallel development
Listing and managing existing worktrees and their status
Updating worktrees by pulling changes and reinstalling dependencies

! Prerequisites & Limits

  • Requires git installation and configuration
  • Not suitable for manual git command execution
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Worktree Manager

Complete git worktree lifecycle management for parallel development environments with isolated dependencies and configuration.

When to use this skill

Use this skill when the user wants to:

  • Create a new worktree for parallel development
  • List all worktrees and their status
  • Update an existing worktree (pull changes, reinstall deps)
  • Remove an existing worktree and clean up

Do NOT use this skill when:

  • User wants to manually run git commands directly
  • The task is unrelated to worktree management
  • User just wants to switch branches (use git checkout instead)

Operations Overview

OperationWhen to Use
CreateUser wants a new parallel development environment
ListUser wants to see existing worktrees and their status
UpdateUser wants to refresh a worktree (pull, reinstall deps)
RemoveUser wants to delete a worktree and clean up

Decision Tree

1. User wants to CREATE a worktree

Keywords: create, new, setup, make, start, initialize, add Action: Follow the CREATE operation

2. User wants to LIST worktrees

Keywords: list, show, display, what, which, status, check, view Action: Follow the LIST operation

3. User wants to UPDATE a worktree

Keywords: update, refresh, pull, sync, reinstall, rebuild Action: Follow the UPDATE operation

4. User wants to REMOVE a worktree

Keywords: remove, delete, cleanup, destroy, stop, kill, terminate Action: Follow the REMOVE operation

Quick Start

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

For concrete usage examples, see EXAMPLES.md.

For troubleshooting common issues, see TROUBLESHOOTING.md.

Important Notes

Directory Convention

All worktrees are created under trees/ at the project root:

project/
└── trees/
    ├── feature-auth/
    ├── fix-bug-123/
    └── refactor-api/

Environment Setup

  • The .env file from the main project is copied into the worktree
  • The bundled scripts/setup-dev-env.ts script is used to allocate free ports
  • It resolves .env from process.cwd(), so always cd into the worktree before running it
  • The --env-key flag writes a free port value directly to the worktree .env
  • bun install is run after creation to install dependencies

Do NOT attempt to:

  • Create worktrees manually outside the trees/ directory
  • Skip bun install after creating a worktree
  • Remove worktree directories with rm -rf (use git worktree remove)
  • Manually edit ports when setup-dev-env is available

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is worktree-manager?

Ideal for Development Agents requiring efficient git worktree management for parallel development environments with isolated dependencies and configuration. Manages the full lifecycle of git worktrees — create, list, update, and remove. Handles environment setup (.env), dependency installation (bun install), and port allocation using setup-dev-env script.

How do I install worktree-manager?

Run the command: npx killer-skills add carere/zaidan/worktree-manager. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for worktree-manager?

Key use cases include: Creating new worktrees for parallel development, Listing and managing existing worktrees and their status, Updating worktrees by pulling changes and reinstalling dependencies.

Which IDEs are compatible with worktree-manager?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for worktree-manager?

Requires git installation and configuration. Not suitable for manual git command execution.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add carere/zaidan/worktree-manager. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use worktree-manager immediately in the current project.

Related Skills

Looking for an alternative to worktree-manager or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design