Skip to main content
ClaudeWave
Skill205 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.