From 20781a732fe5ae64c64189eccfe49a78e166a1d2 Mon Sep 17 00:00:00 2001 From: hata Date: Wed, 4 Mar 2026 15:24:01 +0800 Subject: [PATCH] Add claude-recap: per-topic session memory plugin claude-recap archives each conversation topic as a separate Markdown summary using two Shell hooks (bash + Node.js), 100% local. https://github.com/hatawong/claude-recap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93b3120..59a911f 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ One hundred twenty-one production-ready plugins that extend Claude Code with dom | [changelog-gen](plugins/changelog-gen/) | Generate changelogs from git history with conventional commit parsing | | [changelog-writer](plugins/changelog-writer/) | Detailed changelog authoring from git history and PRs | | [ci-debugger](plugins/ci-debugger/) | Debug CI/CD pipeline failures and fix configurations | +| [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 | | [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 | | [code-guardian](plugins/code-guardian/) | Automated code review, security scanning, and quality enforcement |