skills/recall/SKILL.md
Use when starting a new session, after context loss, searching for prior work, or when the user asks what happened previously and needs Goldfish memory restored
npx skillsauth add anortham/goldfish recallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Call recall at session start, after compaction, or when you need prior work, decisions, or cross-project context.
mcp__goldfish__recall({})
recall()recall({ since: "2h" })recall({ days: 7, limit: 20 })recall({ search: "auth refactor", full: true })recall({ type: "decision" })recall({ tags: ["db", "ops"] })recall({ workspace: "all", days: 1 })recall({ limit: 0 })type keeps one of checkpoint/decision/incident/learning (untyped counts as checkpoint); tags matches checkpoints carrying ALL listed tags, case-insensitive. Both combine with search and each other.
Recall can surface:
Treat the active brief as direction, not as an execution checklist. If you need implementation detail, read docs/plans/.
testing
Use when returning to a project after time away, switching harnesses, or handing work off to another agent, to produce a structured session-resumption summary from the active brief, recent checkpoints, and git delta.
development
Use when starting multi-session work, capturing approved project direction, updating goals or constraints, or when the user asks for durable strategic context that should persist across sessions
testing
Use when the user asks for progress against current project direction, wants a status check on the active brief, or needs evidence-backed assessment across briefs, checkpoints, and docs/plans
testing
Use when the user asks for progress against current project direction, wants a status check on the active brief, or needs evidence-backed assessment across briefs, checkpoints, and docs/plans