This walks you through creating git hooks for Claude Code by analyzing your project setup and suggesting relevant automations. It detects your tooling (TypeScript, Prettier, ESLint) and recommends hooks like type-checking after edits or blocking commits with lint errors. The workflow asks targeted questions about timing, scope, and whether Claude should auto-fix issues, then generates the hook script with proper permissions and testing. The real value is in the decision tree that matches hooks to your actual project configuration, plus the emphasis on testing both success and failure scenarios. Worth noting it's opinionated about JSON response formats and using additionalContext for Claude integration, which keeps you from fighting with stdin parsing.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill create-hook