
Worktree
- Updated April 7, 2026
- clemux/claude-code-plugins
worktree manages git worktrees using git gtr, letting you create them, copy files between them, and navigate across them. Developers use it to work on multiple branches in parallel without disturbing the main checkout. It is a focused git workflow helper.
Key points
- git gtr worktrees
- Create worktrees
- Copy files
- Navigate between worktrees
Worktree by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add clemux/claude-code-plugins/plugin install worktree@clemux-claude-code-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 7, 2026 |
|---|---|
| Repository | clemux/claude-code-plugins ↗ |
What it does
Manages git worktrees with git gtr — create them, copy files between them, and navigate across them.
README.md
worktree
Skill for managing git worktrees using git gtr. Creates worktrees, copies files, and guides the user to navigate or start AI sessions in them.
Prerequisites
- git gtr installed and available in PATH
Installation
claude --plugin-dir path/to/worktree
Usage
Invoke via /worktree with a free-form description of what you want to do:
/worktree my-feature # Create a worktree
/worktree new my-feature --from-current # Create from current branch
/worktree copy my-feature -- ".env*" # Copy files to a worktree
/worktree list # List all worktrees
/worktree rm my-feature # Remove a worktree
/worktree go my-feature # Get navigation instructions
License
MIT