worktree-manager — shadcn-ui worktree-manager, zaidan, community, shadcn-ui, ide skills, solidjs

v1.0.0

À propos de ce Skill

Idéal pour les agents de développement nécessitant une gestion efficace de git worktree pour des environnements de développement parallèles avec des dépendances et une configuration isolées. 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. Use when the user wants to create a worktree, list worktrees, update a worktree, remove a worktree, or set up a parallel development environment.

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
62
Canonical Locale
en
Detected Body Locale
en

Idéal pour les agents de développement nécessitant une gestion efficace de git worktree pour des environnements de développement parallèles avec des dépendances et une configuration isolées. 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. Use when the user wants to create a worktree, list worktrees, update a worktree, remove a worktree, or set up a parallel development environment.

Pourquoi utiliser cette compétence

Permet aux agents de gérer des cycles de vie de git worktree complets, y compris la création, la liste, la mise à jour et la suppression de worktrees, avec des dépendances et une configuration isolées pour SolidJS, en utilisant des commandes et des protocoles git.

Meilleur pour

Idéal pour les agents de développement nécessitant une gestion efficace de git worktree pour des environnements de développement parallèles avec des dépendances et une configuration isolées.

Cas d'utilisation exploitables for worktree-manager

Création de nouveaux worktrees pour un développement parallèle
Liste et gestion de worktrees existants et de leur état
Mise à jour de worktrees en extrayant les modifications et en réinstallant les dépendances

! Sécurité et Limitations

  • Nécessite l'installation et la configuration de git
  • N'est pas adapté pour l'exécution manuelle de commandes git

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

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?

Idéal pour les agents de développement nécessitant une gestion efficace de git worktree pour des environnements de développement parallèles avec des dépendances et une configuration isolées. 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. Use when the user wants to create a worktree, list worktrees, update a worktree, remove a worktree, or set up a parallel development environment.

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: Création de nouveaux worktrees pour un développement parallèle, Liste et gestion de worktrees existants et de leur état, Mise à jour de worktrees en extrayant les modifications et en réinstallant les dépendances.

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?

Nécessite l'installation et la configuration de git. N'est pas adapté pour l'exécution manuelle de commandes git.

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

worktree-manager

Install worktree-manager, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

Compétences associées

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

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur