husky-gen
SKILL.md
Husky Generator
Git hooks are powerful but setting them up is a pain. This tool analyzes your project and creates the right hooks for your workflow.
One command. Zero config. Just works.
Quick Start
npx ai-husky
What It Does
- Installs and configures Husky
- Creates pre-commit hooks for linting staged files
- Sets up pre-push hooks for running tests
- Adds commit-msg hook for conventional commits