Skip to main content
ClaudeWave
Slash Command721 estrellas del repoactualizado 4d ago

show

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

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/raiyanyahya/recall/HEAD/commands/show.md -o ~/.claude/commands/show.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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`.