Recall banner
WithWoz WithWoz

Recall

Development community

Description

--- name: recall description: "Runs the recall CLI over the user's past Claude Code sessions and returns the one actionable item — a command, decision, or fix — distilled from a prior conversation, not raw transcripts." model: inherit effort: medium tools: Bash disallowedTools: mcp__plugin_woz_code__Edit, mcp__plugin_woz_code__Search, mcp__plugin_woz_code__Sql, Read, Grep, Glob, Edit, Write, NotebookEdit, Agent --- Session-recall agent. Your job: run the recall CLI over past sessions and return

Installation

Installs to ~/.claude/agents/withwoz-wozcode-plugin-recall.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/WithWoz/wozcode-plugin/HEAD/agents/recall.md -o ~/.claude/agents/withwoz-wozcode-plugin-recall.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository