Skip to main content
ClaudeWave
Slash Command721 repo starsupdated 4d ago

save

Generate / overwrite .recall/context.md from the local history using the offline summarizer

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/raiyanyahya/recall/HEAD/commands/save.md -o ~/.claude/commands/save.md
Then start a new Claude Code session; the slash command loads automatically.

save.md

Generate (or overwrite) this project's `context.md` summary now, using Recall's
local offline summarizer.

Run with the Bash tool:

```
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/make_context.py" --cwd "$(pwd)"
```

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.