AgentSkillsCN

memory-search

在过去的编码会话中搜索持久化内存,寻找相关的信息。当用户询问过往的工作内容、曾经出现的Bug、架构决策,或是任何可能曾被触及过的主题时,可使用此方法。

SKILL.md
--- frontmatter
name: memory-search
description: Search persistent memory for relevant information from past coding sessions. Use when user asks about previous work, past bugs, architectural decisions, or anything that may have been worked on before.
  1. Call supermemory_search with a focused query based on what the user is asking about
  2. If results found, surface relevant memories in your response with context
  3. If no results found, note that no prior memory exists for this topic
  4. For broad questions, try both project scope and user scope