---
name: Session Recall
slug: session-recall
category: AI Engineering
description: 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.
github: "https://github.com/WithWoz/wozcode-plugin/tree/main/skills/woz-recall"
language: JavaScript
stars: 204
forks: 24
install: "npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/skills/woz-recall ~/.claude/skills/woz-recall"
installs_to: ~/.claude/skills/woz-recall
source_path: skills/woz-recall/SKILL.md
collection_size: 22
category_size: 3101
collection_url: "https://dirskills.com/collections/WithWoz/wozcode-plugin"
added: 2026-09-05T05:29:17.449Z
last_synced: 2026-09-05T05:29:17.449Z
canonical_url: "https://dirskills.com/skills/session-recall"
---

# Session Recall

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.

**Install:**

```bash
npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/skills/woz-recall ~/.claude/skills/woz-recall
```

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