A comprehensive example project config — hooks, skills, agents, and commands together
Hooks
A complete, documented example of a Claude Code project configuration — hooks, skills, agents, slash commands, and settings that show how the pieces fit together in one repo.
Real-world hooks, skill auto-activation, and agent infrastructure from a production setup
Hooks
A widely-shared showcase of production Claude Code infrastructure — hooks that auto-activate skills, guard against destructive commands, and wire agents together, extracted from a real daily-driver setup.
The official reference for every hook event, schema, and exit-code behavior
Hooks
Anthropic's official hooks documentation — the authoritative reference for hook events, JSON input/output schemas, matchers, exit-code semantics, and security considerations.
Learn every Claude Code hook lifecycle event with working examples
Hooks
The definitive hands-on repo for Claude Code hooks — working examples for every lifecycle event (PreToolUse, PostToolUse, Notification, Stop, and more) with UV single-file Python scripts.