AgentSkillsCN

recall

当用户询问“我们当时做了什么决定”、“回顾记忆”、“回忆一下”、“我们有没有关于……的信息”、“我们之前有没有做出过决定”时,或在主动提出架构建议、技术选型或设计决策前,应使用此技能。此外,当上下文似乎有所缺失,或有人就过往决策提出疑问时,也应启用此技能。

SKILL.md
--- frontmatter
name: recall
description: This skill should be used when the user asks "what did we decide", "check memory", "recall", "do we have info about", "was there a decision", or proactively before making architectural recommendations, technology choices, or design decisions. Also activate when context seems missing or a question about past decisions is asked.
model: sonnet
version: 0.1.0

Search Memory Bank

Search memory with one command. Pick the budget, write query, execute:

bash
bash !`echo ${CLAUDE_PLUGIN_ROOT}`/scripts/do-recall.sh <BUDGET> <<'EOF'
<QUERY>
EOF

Budget Levels

BudgetWhen to use
lowQuick lookup, duplicate check, recent info
midBalanced search (default)
highComprehensive, thorough analysis

After Searching

  1. Summarize findings — key information matching the query
  2. Extract details — decisions, reasoning, context
  3. Show connections — patterns across multiple memories
  4. Relate to current work — how this applies now

If no results: suggest different keywords or use /hindsight:reflect for analysis-based answers.