workbranch

Community

Isolate feature work with seamless git worktrees.

Authorthirteen37
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill automates and standardizes the git worktree workflow to isolate feature and bugfix development from the main branch, reducing accidental commits and setup friction.

Core Features & Use Cases

  • Automates creation of isolated worktrees for new features or bug fixes.
  • Copies project configuration into the new worktree to preserve environment.
  • Runs post-create hooks (e.g., npm install) after worktree creation.
  • Soft-blocks commits on main/master to encourage using worktrees for development.
  • Cleans up merged worktrees and supports rescue and move workflows for recovering mistakes.

Quick Start

wb new <branch-name> # create a new worktree for the feature/bugfix Navigate to the new worktree directory and begin development.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: workbranch
Download link: https://github.com/thirteen37/workbranch/archive/main.zip#workbranch

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.