Agent Skills
› vectorize-io/hindsight
› hindsight-recall
hindsight-recall
GitHub通过 Hindsight MCP 工具检索长期记忆,辅助用户查询过往编码决策、项目上下文及偏好。
Trigger Scenarios
询问过往决策
查询项目上下文
查找历史偏好
Install
npx skills add vectorize-io/hindsight --skill hindsight-recall -g -y
SKILL.md
Frontmatter
{
"name": "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
- Identify the key topic or question from the user's request.
- Check if
<hindsight_memories>in the current context already contains relevant results from the automatic session-start recall. - If session memory already covered it, use those memories directly.
- If the user needs more specific or deeper recall, use the Hindsight MCP
recalltool to search for additional memories. - If you want to reason over accumulated memories for architectural decisions, use the
reflecttool.
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.jsonconfiguration
Version History
- a514d39 Current 2026-07-24 21:08


