$npx -y skills add WithWoz/wozcode-plugin --skill woz-recallSemantically 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.
| 1 | # Session Recall |
| 2 | |
| 3 | Use the `Recall` MCP tool to search past sessions semantically: |
| 4 | |
| 5 | ``` |
| 6 | mcp__plugin_woz_code__Recall({ query: "<what the user is looking for>" }) |
| 7 | ``` |
| 8 | |
| 9 | Pass the user's query directly — it can be vague ("that deploy command") or specific ("harbor run terminal-bench"). The tool returns ranked results from past conversations with full context. |
| 10 | |
| 11 | Present results clearly: show the key information (commands, explanations, solutions) and note when/where it came from. Focus on what's actionable — the user wants the answer, not a summary of metadata. |