# Branchlet

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

- Skill: `javimosch/branchlet` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/branchlet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/branchlet/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/branchlet

---


# 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

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

## Installation

```bash
npm install -g branchlet
```

## Key Features
- Simple git worktree management
- Create, list, remove, and prune worktrees
- Parallel branch development
- Clean worktree lifecycle management

