Agent skill
memory-reflection
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/memory-reflection
SKILL.md
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
-
Review Recent Events
- Call
mcp__memory__liston/events/to retrieve recent activity - Identify patterns, recurring topics, or themes
- Call
-
Identify Key Learnings
- Extract new information discovered
- Note preferences or patterns that emerged from user interactions
- Assess what worked well and what did not
-
Update Identity/State
- Promote important learnings to
/state/layer - Update
/identity/when core understanding has evolved
- Promote important learnings to
-
Consolidate User Knowledge
- Review
/users/{userId}/entries - Merge related observations about each user
- Review
-
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?