bledden/claude-recall-plugin

Cross-session, cross-project conversation recall for Claude Code — local SQLite + FTS5, auto-tagging, compaction recovery, highlight sharing, and an opt-in proactive recall assistant

23Stars on the repository
7Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

SessionStart

01

bledden/claude-recall-plugin

Hook

Runs when a session starts, executing session_start.py. From bledden/claude-recall-plugin.

23 1mo ago A tokens not measured original MIT

UserPromptSubmit

02

bledden/claude-recall-plugin

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt_submit.py. From bledden/claude-recall-plugin.

23 1mo ago A tokens not measured original MIT

PreCompact

03

bledden/claude-recall-plugin

Hook

Runs before the context is compacted, executing post_compact.py. From bledden/claude-recall-plugin.

23 1mo ago A tokens not measured copy · 86% MIT

SessionEnd

04

bledden/claude-recall-plugin

Hook

Runs when a session ends, executing session_end.py. From bledden/claude-recall-plugin.

23 1mo ago A tokens not measured original MIT