/recall-save
Generate / overwrite .recall/context.md with Recall's local offline summarizer
$ npx -y skills add raiyanyahya/recall --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/recall-save
Context preview
What this command does when you run it.
Generate / overwrite .recall/context.md with Recall's local offline summarizer
Command definition
recall-save.mddescription: Generate / overwrite .recall/context.md with Recall's local offline summarizer
<!-- Generated by Recall (install.py --opencode). Do not edit — re-run the installer to update. -->
Generate (or overwrite) this project's `.recall/context.md` summary now, using Recall's local offline summarizer (TF-IDF + TextRank — no LLM, no network).
Run with the bash tool, from the project root:
python3 "__RECALL_SCRIPTS__/make_context.py" --harness opencode || python "__RECALL_SCRIPTS__/make_context.py" --harness opencode
(The `|| python` fallback covers Windows, where the interpreter is normally `python`, not `python3`.)
Then report back:
- On success it prints the path it wrote and which summarizer path ran
(numpy-accelerated TextRank if numpy is present, otherwise the pure-Python TextRank — both vendored, no install needed). Confirm the save and read back the **Goal** and **Where we left off** lines from `.recall/context.md`.
- If it errored, surface the exact message.
Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory — entirely offline.
Repo: raiyanyahya/recall

