AgentSkillsCN

memory-query

查询仓库中的记忆源(MEMORY.md聚焦视图 + memory/{st,lt}记忆痕迹)。当被问及过往决策、行业惯例,或需查找某份历史设计文档时,可使用此功能。

SKILL.md
--- frontmatter
name: memory-query
description: Queries repo memory sources (MEMORY.md focus view + memory/{st,lt} engrams). Use when asked about prior decisions, conventions, or to locate a past design note.
metadata:
  category: memory
  owner: p3nGu1nZz
  version: "0.1"
  tags: "memory engrams decisions history"

Skill: memory-query

What this skill does

Standardizes how to answer questions like:

  • "Have we decided X already?"
  • "Where is the spec for Y?"
  • "What was the last consensus on Z?"

Sources:

  • MEMORY.md (high-signal focus view)
  • memory/catalog.json
  • memory/st/** (short-term engrams)
  • memory/lt/** (long-term engrams)

Procedure

  1. Search MEMORY.md first for current focus and recent context.
  2. If needed, search memory/catalog.json and then the engram directories.
  3. When reporting results, include:
    • file path(s)
    • a short quote/snippet
    • why it is relevant

Output format

Prefer a concise bullet list with citations to file paths.