From woz
Searches past Claude Code sessions semantically to recall commands, solutions, and context from prior conversations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/woz:woz-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `Recall` MCP tool to search past sessions semantically:
Use the Recall MCP tool to search past sessions semantically:
mcp__plugin_woz_code__Recall({ query: "<what the user is looking for>" })
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.
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.
If the Recall tool returns a "disabled" message, recall has been turned off in settings. Tell the user they can re-enable it with /woz-settings → recall true (takes effect immediately).
npx claudepluginhub withwoz/wozcode-plugin --plugin wozSearches past Claude Code work across all projects via /remember [keywords] or queries about sessions, recaps, and prior outputs.
Recalls past Claude Code sessions using qrec CLI via Bash. Useful for queries about prior conversations, implementations, decisions, 'last time we...', or previous work.