What problem does it solve? Agent sessions accumulate scattered learnings across notepad sections and memory files at user and project scopes, causing duplication, bloat, and loss of durable knowledge when memory files hit their loading limits. ## Core Features & Use Cases - Cross-scope memory reading: Reads notepad sections for the active plan plus MEMORY.md files from both user scope (~/.claude/agent-memory/) and project scope (.claude/agent-memory/). - Deduplicated consolidation: Identifies patterns and decisions confirmed across multiple interactions and writes them into a concise, topic-organized project MEMORY.md. - Size management: Keeps memory within the 200-line / 25KB per-session loading limit by removing session-specific state. - Use Case: After several long debugging and planning sessions, run this Skill to merge scattered notes into a clean project memory file that future sessions can load efficiently. ## Quick Start Ask the agent to consolidate memory for the current plan so it merges notepad learnings and agent memory files into an updated project MEMORY.md.