A collection of Claude Code hooks, commands, agents, and rules from our engineering team. Everything here is copy-paste ready and stack-agnostic - adapt it to your project in minutes, not hours.
| Directory | What it contains |
|---|---|
| hooks/scripts/ | Shell scripts that fire automatically on Claude Code lifecycle events |
| commands/ | Reusable slash commands for common workflows (start ticket, gate check, raise PR) |
| agents/ | Specialised subagents for planning, architecture, build errors, and database review |
| skills/ | Reusable knowledge modules that commands and agents load on demand |
| rules/ | Ambient context files Claude loads as standing instructions |
| docs/ | Guides for hooks, commands, agents, skills, rules, context management, adoption, and settings |
| hooks/settings-template.json | Ready-to-use settings.json with all hooks wired up |
- Copy
hooks/scripts/dev-server-block.sh,prettier-format.sh, andauto-approve-safe-commands.shinto.claude/hooks/scripts/in your project - Copy
settings-template.jsonto.claude/settings.jsonand update the paths - Open Claude Code - hooks fire automatically from this point on
For a fuller setup including commands, agents, and rules, see docs/adoption.md.
See CONTRIBUTING.md.
MIT