An open API service indexing awesome lists of open source software.

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

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.