From 8fb4e95565ef4a45292acfd4b22e748e8cc18a6a Mon Sep 17 00:00:00 2001 From: shy <278997248@qq.com> Date: Mon, 2 Mar 2026 19:17:21 +0800 Subject: [PATCH] Add Claude Recall --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 233670b..da82db5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram --- +- [**claude-recall**](https://github.com/zchdu/claude-recall) - Automatically discovers repeated workflows from Claude Code usage logs and generates reusable skills. PostToolUse hook for silent JSONL logging + `/analyze-patterns` for cross-session pattern detection and one-click skill creation. ## Official Resources - 🔥 [**claude-code**](https://github.com/anthropics/claude-code) (55.0k ⭐) - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routines.