From goldfish
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
How this skill is triggered — by the user, by Claude, or both
Slash command
/goldfish:recallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call recall at session start, after compaction, or when you need prior work, decisions, or cross-project context.
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/.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub anortham/goldfish --plugin goldfish