Branchlet

Use this skill when the user wants to manage git worktrees for parallel development.

javimosch 832741c 827 B Updated

File contents

Branchlet Plugin

Simple CLI git worktree manager, written in TypeScript.

Commands

Worktrees

  • branchlet worktree add — Add a new git worktree
  • branchlet worktree list — List git worktrees
  • branchlet worktree remove — Remove a git worktree
  • branchlet worktree prune — Prune stale worktrees

Usage Examples

branchlet worktree add feature-x
branchlet worktree list
branchlet worktree remove feature-x
branchlet worktree prune
branchlet --help

Installation

npm install -g branchlet

Key Features

  • Simple git worktree management
  • Create, list, remove, and prune worktrees
  • Parallel branch development
  • Clean worktree lifecycle management

javimosch/supercli/tree/main/plugins/branchlet/skills/quickstart commit 832741c25f

Frequently asked questions

npx skillmds@latest add javimosch/branchlet