worktree

Create and manage git worktrees for isolated development environments.

6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/cruzanstx/daplug --skill worktree-cruzanstx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktree
Source: https://github.com/cruzanstx/daplug/tree/main/skills/worktree
Command: npx skills add https://github.com/cruzanstx/daplug --skill worktree-cruzanstx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create and manage git worktrees to run development tasks in isolated environments, reducing cross-branch conflicts and enabling parallel workstreams.

Core Features & Use Cases

  • Create and manage worktrees for multiple branches
  • List, inspect, and prune stale worktrees
  • Automatically configure worktree directories per project

Quick Start

Configure worktree_dir in CLAUDE.md and run the worktree flow to create a new isolated workspace for your current project. Then switch to the new worktree directory to begin work.