/hindsight-recall
Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools
$ npx -y skills add vectorize-io/hindsight --skill hindsight-recall --agent claude-codeHow 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
/hindsight-recall
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools
SKILL.md
hindsight-recall.SKILL.mdname: hindsight-recall description: Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools
Hindsight Recall
Trigger
Use when the user explicitly asks about past decisions, project context, preferences, or anything that may have been discussed in prior sessions.
Workflow
1. Identify the key topic or question from the user's request. 2. Check if `<hindsight_memories>` in the current context already contains relevant results from the automatic session-start recall. 3. If session memory already covered it, use those memories directly. 4. If the user needs more specific or deeper recall, use the Hindsight MCP `recall` tool to search for additional memories. 5. If you want to reason over accumulated memories for architectural decisions, use the `reflect` tool.
Guardrails
- Only use MCP tools for deeper recall when the session-start memory was insufficient.
- When memories conflict with current context, prefer current context and note the discrepancy.
- Do not expose raw memory metadata to the user unless asked.
Output
- Relevant memories integrated into the response
- If MCP tools are not available, advise the user to check their `.cursor/mcp.json` configuration
Repo: vectorize-io/hindsight
Other skills on hindsight.
- /code-review
Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.
Open skill - /hs-release
Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.
Open skill - /create-agent
Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.
Open skill - /hindsight-architect
Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.
Open skill - /hindsight-cloud
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)
Open skill - /hindsight-docs
Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.
Open skill

