From f37bc5d282e77bf4935f551c85392a46c6659d17 Mon Sep 17 00:00:00 2001 From: yurukusa Date: Fri, 20 Mar 2026 23:27:31 +0900 Subject: [PATCH] Add claude-code-hooks and cc-safe-setup to plugins list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4a46b1..a137808 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [claude-mem](https://github.com/thedotmack/claude-mem) | Automatically captures everything Claude does, compresses with AI, injects relevant context into future sessions. SQLite + full-text search. 35,900+ stars | | [claude-notifications-go](https://github.com/777genius/claude-notifications-go) | Cross-platform smart notifications -- 6 types, click-to-focus, context analysis, webhooks. Single Go binary, zero deps. 340+ stars | | [claude-recap](https://github.com/hatawong/claude-recap) | Per-topic session memory using Shell hooks — archives each conversation topic as a separate Markdown summary. Two hooks, bash + Node.js, 100% local | +| [claude-code-hooks](https://github.com/yurukusa/claude-code-hooks) | 15 production-tested hooks from 160+ hours of autonomous operation. Destructive command blocker (rm -rf/NFS mount detection), branch guard, syntax check, context monitor, permission auto-approver, and more. Bash, zero deps | +| [cc-safe-setup](https://github.com/yurukusa/cc-safe-setup) | One command (`npx cc-safe-setup`) to install 6 essential safety hooks in 10 seconds. Built after real incidents: NTFS junction data loss, NFS mount deletion. Zero dependencies | | [claude-supermemory](https://github.com/supermemoryai/claude-supermemory) | Persistent memory across sessions and projects using Supermemory. User profile injection at session start, automatic conversation capture. 2,300+ stars | | [code-architect](plugins/code-architect/) | Generate architecture diagrams and technical design documents | | [code-explainer](plugins/code-explainer/) | Explain complex code and annotate files with inline documentation |