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.
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-recall && cp -r /tmp/woz-recall/skills/woz-recall ~/.claude/skills/woz-recallSKILL.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.WOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.
WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.
Fast read-only agent for file searches, symbol lookups, and codebase questions like "where is X defined?", "where is X called?", or "how does X flow through the system?". Prefer over shell-based exploration when answering would take 3+ Search/Sql calls. Cheaper model (haiku) so delegation pays for itself on any real scan.
Deprecated alias — use `/woz benchmark`.
Deprecated alias — use `/woz login`.
Deprecated alias — use `/woz logout`.
Show the WOZCODE savings report — calls saved, time saved, tokens saved, and lifetime totals.
Deprecated alias — use `/woz status`.