From 9d197957ad24c1bb46409c2c7ce562f8bfbfe62a Mon Sep 17 00:00:00 2001 From: loqimean Date: Thu, 20 Aug 2026 19:32:09 +0000 Subject: [PATCH] Add link to awesome-claude-code-hooks in Hooks section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de283cb9..7c9ae687 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,8 @@ Guide and examples: [Automate workflows with hooks](https://code.claude.com/docs Don't want to write hooks by hand? The [hookify plugin](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/hookify) generates them from plain English -- `/hookify Warn me when I use rm -rf commands`. +Looking for more examples than what's below? [loqimean/awesome-claude-code-hooks](https://github.com/loqimean/awesome-claude-code-hooks) is a community-maintained list of hook scripts and configs for various use cases. + #### Hook events | Event | When it fires | Can block? |