Session Recall
SkillSearchSearch 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Session Recall skill
What this skill tells your AI
The instructions your AI receives, as published by withwoz/wozcode-plugin in skills/woz-recall/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 205
- Forks
- 25
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
woz-recall- Source
- github.com/withwoz/wozcode-plugin