AI AGENT ADDONS

Git Worktree Manager helps you work on multiple features at the same time without mixing up your files. It creates separate folders for each branch so you can switch tasks quickly and safely. This skill handles all the setup automatically, like copying environment files and trusting developer tools.

You can use it for code reviews or building new features in isolation. Just tell it the name of your new branch and it does the rest. No need to remember complicated Git commands.

When you are done, it cleans up the temporary folder for you. This keeps your main project clean and organized.

Add Git Worktree skill to your workflow

Global

mkdir -p ~/.claude/skills/git-worktree

Project

mkdir -p .claude/skills/git-worktree

Source Repository

Stars
22,190
Forks
1,637
Watchers
22,190
License
MIT
Last Push
23 days ago
Created
9 months ago