git-worktree-manager

Installation
SKILL.md

Git Worktree Manager

Manage git worktrees to enable parallel multi-branch development while keeping the main working directory clean.

Recommended Directory Structure

project/
├── main-repo/          # Main working directory
└── worktrees/          # All worktrees here
    ├── feature/name/
    ├── bugfix/name/
    └── experiment/name/

Core Commands

Create Worktree

Related skills

More from d-o-hub/rust-self-learning-memory

Installs
36
GitHub Stars
7
First Seen
Feb 21, 2026