recall
01Plugin Claude Code
Cross-session, cross-project conversation recall with SQLite storage, auto-tagging, compaction recovery, highlight sharing, and proactive recall assistant skill.
Plugin Claude Code
Cross-session, cross-project conversation recall with SQLite storage, auto-tagging, compaction recovery, highlight sharing, and proactive recall assistant skill.
Command
Recover context from recent conversation.
Hook
Runs when a session starts, executing session_start.py. From 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.
Hook
Runs before the context is compacted, executing post_compact.py. From bledden/claude-recall-plugin.
Hook
Runs when a session ends, executing session_end.py. From bledden/claude-recall-plugin.
Skill Claude CodeCodex
Proactive context recovery, highlight sharing, and session linking for the recall plugin. Detects context loss, suggests /recall commands, flags findings for connected sessions, and translates natural language into recall operations. Enable with /recall config skillenabled true.