Skip to content
Development
Command

/recall-save

Generate / overwrite .recall/context.md with Recall's local offline summarizer

From plugin
raiyanyahya-recall
7374 skills4 commands3 hooks
Install
$ npx -y skills add raiyanyahya/recall --agent claude-code

How 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.md
description: 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.
Ships withraiyanyahya-recall

Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory — entirely offline.

Get the whole plugin, auto-invoked
Stats
737
Stars
0
Views
43
Forks
Active
Maintenance
Python
Language
MIT
License
8d ago
Last commit
1mo ago
Created

Repo: raiyanyahya/recall