Create smart git hooks for your projects. This tool looks at your code setup and suggests helpful hooks. It can add checks for types, formatting, tests, and security. You just answer a few simple questions and it builds the hook for you.
Each hook gets tested to make sure it works. You can choose when it runs and what it does. This helps you catch problems early and keep your code clean without extra work.
Global
mkdir -p ~/.claude/skills/create-hookProject
mkdir -p .claude/skills/create-hookSource 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