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.
Global
mkdir -p ~/.claude/skills/git-worktreeProject
mkdir -p .claude/skills/git-worktreeSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes