Agent Skills: Memory Reflection Skill

This skill should be used when the user asks to review, consolidate, organize, or clean up memories. Triggers on requests like "review what you remember," "consolidate my memories," "what patterns do you notice," "organize your memory," "perform memory maintenance," or "clean up old memories." Also use proactively during long sessions to maintain memory hygiene and prevent context overload.

UncategorizedID: hughescr/isambard/memory-reflection

Repository

hughescrLicense: Apache-2.0
31

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hughescr/isambard/tree/HEAD/agents-skills-plugins/skills/memory-reflection

Skill Files

Browse the full folder contents for memory-reflection.

Download Skill

Loading file tree…

agents-skills-plugins/skills/memory-reflection/SKILL.md

Skill Metadata

Name
memory-reflection
Description
This skill should be used when the user asks to review, consolidate, organize, or clean up memories. Triggers on requests like "review what you remember," "consolidate my memories," "what patterns do you notice," "organize your memory," "perform memory maintenance," or "clean up old memories." Also use proactively during long sessions to maintain memory hygiene and prevent context overload.

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