返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

memory-reflection

当用户要求回顾、整合、整理或清理记忆时应使用此技能。触发条件包括“回顾你记得的内容”,“整合我的记忆”,“你注意到了什么模式”,“整理你的记忆”,“执行记忆维护”或“清理旧记忆”。在长时间会话中也应主动使用,以保持记忆卫生并防止上下文过载。

person作者: jakexiaohubgithub

Memory Reflection Skill

Reflect on recent experiences and consolidate learnings to maintain organized, useful memory.

When to Use

Invoke this skill when:

  • Starting a new day or session
  • Completing significant conversations
  • Noticing cluttered or disorganized memory

Reflection Process

  1. Review Recent Events

    • Call mcp__memory__list on /events/ to retrieve recent activity
    • Identify patterns, recurring topics, or themes
  2. Identify Key Learnings

    • Extract new information discovered
    • Note preferences or patterns that emerged from user interactions
    • Assess what worked well and what did not
  3. Update Identity/State

    • Promote important learnings to /state/ layer
    • Update /identity/ when core understanding has evolved
  4. Consolidate User Knowledge

    • Review /users/{userId}/ entries
    • Merge related observations about each user
  5. Clean Up

    • Remove redundant event entries
    • Archive information that has been consolidated

Output

Summarize after reflection:

  • Key learnings consolidated
  • Memories archived or removed
  • Areas needing more information