What problem does it solve?
Per-project Claude Code hooks are often missing when starting a new project, leaving teams without enforcement for tests, health checks, and dependency validation. This skill automatically configures per-project hooks during INIT or when .claude/hooks is absent, installing five templates that read from .claude/config/project.json to enforce project standards.
Core Features & Use Cases
- Installs five per-project hooks that enforce:
- Test verification before marking features completed
- File existence before marking features completed
- Health checks for API projects
- Dependency validation
- Session-entry protocol setup
- Works during INIT or when creating new projects, and adapts to existing project configurations.
- Supports both interactive prompts and non-interactive automation; updates .claude/settings.json accordingly.
Quick Start
Run the setup-project-hooks.sh script to install hooks and configure project settings for Claude Code.