Development
Hook
Hooks
What raiyanyahya-recall runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
> /plugin marketplace add raiyanyahya/recall > /plugin install recall@recall
Ships with raiyanyahya-recall. Installing the plugin gets these hooks.
What fires, and when
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
- Matches
startup|resume|clearpython3 "${CLAUDE_PLUGIN_ROOT}/scripts/session_start.py" || python "${CLAUDE_PLUGIN_ROOT}/scripts/session_start.py"
Stop
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/capture.py" || python "${CLAUDE_PLUGIN_ROOT}/scripts/capture.py"
SessionEnd
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/session_end.py" || python "${CLAUDE_PLUGIN_ROOT}/scripts/session_end.py"
Ships withraiyanyahya-recall
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code , Opencode durable memory — entirely offline.
Get the whole plugin
Stats
753
Stars
44
Forks
Active
Maintenance
Python
Language
MIT
License
15d ago
Last commit
3mo ago
Created
Repo: raiyanyahya/recall

