I realized that a lot of my repos shared code for git hooks, especially since I use hooks for commom tasks such as linting, formatting and project cleanups. I wanted to have a central place for all hooks and their scripts so I could update them in one place.
Since some projects provide their own set of git hooks, I also wanted to be able to use those instead of my global hooks (if present).
So I started looking for a tool to solve the problem and found nothing. Nothing that was still maintained or easy to use anyway.