🧠
AI EngineeringJavaScript

Session Recall

by WithWoz

Session Recall is an AI Engineering skill for Claude Code, published by WithWoz in wozcode-plugin.

204 stars24 forkson WithWoz/wozcode-pluginAdded 2026/09/05Repository updated 2026/08/17
claude-codeclaude-code-pluginclaude-skills
Install in seconds
Install Session Recall
Copy Session Recall into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/skills/woz-recall ~/.claude/skills/woz-recall

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/WithWoz/wozcode-plugin.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/woz-recall/SKILL.md in WithWoz/wozcode-plugin
Installs to
~/.claude/skills/woz-recall
Collection
One of 22 skills cataloged from this repository
Category
AI Engineering3101 skills

What Session Recall does

Session Recall searches past Claude Code sessions for commands, decisions, and context from prior conversations. Use it when a user asks remember when, last time, we did this before, or how did we.

Session Recall is cataloged under AI Engineering on DirSkills. Session Recall comes from a repository tagged claude-code, claude-code-plugin and claude-skills.

Documentation

README

Session 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.

Frequently asked about Session Recall

  • What else does WithWoz publish alongside Session Recall?

    Session Recall is one of 22 skills that DirSkills catalogs from WithWoz/wozcode-plugin, the repository it ships in. Its siblings there include Session Recall, WOZ Benchmark and WOZCODE Savings. Each one is a separate skill with its own page in this directory, installs the same way Session Recall does, and is maintained by WithWoz in that same repository. The rest of the collection is listed on the WithWoz/wozcode-plugin page.

  • How does Session Recall compare to other AI Engineering skills?

    Session Recall ranks #2811 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Session Recall against them. Open each page to compare what they document and how they install.

More from WithWoz/wozcode-plugin

Session Recall is one of 22 skills cataloged on DirSkills from WithWoz/wozcode-plugin.

See all 22 skills