git-worktree-workflow

Create and manage git worktrees for isolated feature branches.

3|8|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/beshkenadze/claude-skills-marketplace --skill git-worktree-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-worktree-workflow
Source: https://github.com/beshkenadze/claude-skills-marketplace/tree/main/skills/development/git-worktree-workflow
Command: npx skills add https://github.com/beshkenadze/claude-skills-marketplace --skill git-worktree-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and management of git worktrees, allowing you to work on isolated feature branches in separate directories without touching your main repository, keeping your session clean and organized.

Core Features & Use Cases

  • Worktree Lifecycle: Scripts to create, list, and clean up worktrees with symlinked Claude settings.
  • Branch Isolation: Enables parallel work on multiple features without state contamination.
  • Use Case: Working on a new authentication feature? This Skill creates a dedicated worktree, so your main repo stays on main and your Claude context remains focused.

Quick Start

Create a new worktree for a branch called 'feature/oauth2-support'.