Skip to content
Development
Skill

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

From plugin
woz
20515 skills4 agents9 hooks2 MCP
Install
$ npx -y skills add WithWoz/wozcode-plugin --skill woz-recall --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/woz-recall

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

woz-recall.SKILL.md
name: woz-recall
description: "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."
argument-hint: what to recall (e.g. "that deploy command")
arguments: query

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.

Ships withwoz

Smarter tools for Claude Code that reduce token usage and cost. Replaces built-in file tools with optimized alternatives — fewer tokens per tool call means cheaper sessions that compound over time.

Get the whole plugin

Other skills on woz.