recall

Installation
SKILL.md

Recall — Restore Developer Memory

When to Use

Call mcp__goldfish__recall to restore context from previous sessions. Recall runs automatically at session start, but users can also invoke /recall for targeted queries (search, cross-project, specific time ranges).

mcp__goldfish__recall({})

Default parameters (last 5 checkpoints, no date window) cover most cases.

Common Scenarios

  • New session, need prior contextrecall() with defaults
  • After context compaction — recall to restore lost state
  • Searching for past workrecall({ search: "auth refactor", full: true })
  • Cross-project standuprecall({ workspace: "all", days: 1 })
  • Just need the planrecall({ limit: 0 })
Related skills
Installs
13
First Seen
Feb 17, 2026