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

show

Show this project's saved Recall context (.recall/context.md)

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

show.md

Read `.recall/context.md` from the project root and display it verbatim.

If it doesn't exist, tell the user no context has been saved yet and suggest
running `/recall:save`.