Skip to main content
ClaudeWave
Skill205 repo starsupdated 25d ago

woz-recall

**woz-recall** enables semantic search across past Claude Code sessions to retrieve previously used commands, solutions, and conversation context. Use it when the user asks to recall prior work with phrases like "remember when," "last time," or "how did we," or trigger it with /woz-recall to surface relevant information from earlier interactions without manual scrolling through conversation history.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-recall && cp -r /tmp/woz-recall/skills/woz-recall ~/.claude/skills/woz-recall
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

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