From woz
Semantically searches past Claude Code sessions to recall commands, solutions, and context from prior conversations. Triggers on 'remember when', 'last time', or /woz-recall.
npx claudepluginhub withwoz/wozcode-plugin --plugin wozThis skill uses the workspace's default tool permissions.
Use the `Recall` MCP tool to search past sessions semantically:
Searches Claude Code conversation history in Scribe DB (SQLite FTS5) or JSONL files to recall past discussions, decisions, code snippets, and context from prior sessions.
Searches 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.
Share bugs, ideas, or general feedback.
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.