Search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add WithWoz/wozcode-plugin --skill woz-recall --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Woz Recall?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/withwoz-woz-recall-wozcode-plugin)More formats (shields.io, HTML) on the badges page.
---
name: woz-recall
description: "Search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall."
argument-hint: what to recall (e.g. "that deploy command")
arguments: query
---
# Session Recall
Spawn the **recall** subagent (`Task` tool, `subagent_type: recall`), passing the user's recall request verbatim — even when vague.
```
Task({ subagent_type: "recall", prompt: "$ARGUMENTS" })
```
Relay the subagent's answer: present the actionable item (command, decision, solution) with its short cite; don't re-summarize.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!