withwoz/wozcode-plugin-woz-recall
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.
npx skills add https://github.com/WithWoz/wozcode-plugin --skill woz-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.
Take withwoz/wozcode-plugin-woz-recall from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.