https://github.com/normful/claude-code-curated-hooks
Collection of hook scripts for Claude Code
https://github.com/normful/claude-code-curated-hooks
claude claude-code claude-code-hooks
Last synced: 5 months ago
JSON representation
Collection of hook scripts for Claude Code
- Host: GitHub
- URL: https://github.com/normful/claude-code-curated-hooks
- Owner: normful
- License: mit
- Created: 2025-09-01T08:03:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T08:06:13.000Z (6 months ago)
- Last Synced: 2025-09-01T10:37:42.839Z (6 months ago)
- Topics: claude, claude-code, claude-code-hooks
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# claude-code-curated-hooks
I've read through a lot of other people's Claude Code hooks.
It seems they can all be categorized into 3 general groups:
1. One-liner shell scripts.
2. Longer scripts.
3. Compiled binaries.
This is my collection of the first two types above (one-liner shell scripts and longer scripts).
I've chosen to write longer scripts with the https://github.com/GowayLee/cchooks library, which looked like the best library for doing that as of Sep 2025.
See ./CLAUDE.md for details of how this repo is structured.