Claude Code Infrastructure Showcase
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.
How to Install Hooks
- Copy the hook configuration using the button below
- Add to your .claude/hooks/ directory in your project
- Save the hook as an executable script with appropriate permissions
- The hook will trigger on the specified events in your Claude Code workflows
One of the most-starred examples of a serious Claude Code setup: hooks for skill auto-activation (matching prompts to the right skill automatically), safety guards, and session instrumentation, alongside the agents and skills they support.
Because it's extracted from a real working environment rather than written as a demo, the patterns — and the README's explanations of why each hook exists — transfer well to your own setup.Categories:
Ad