What problem does it solve?
This Skill solves AI amnesia by preserving user preferences, project context, and decisions across sessions so the agent can pick up where it left off instead of asking the user to repeat everything.
Core Features & Use Cases
- Automated session summarization that turns recent conversation turns into rolling digests for later reuse.
- Fact extraction into a structured store that records important, reusable facts with importance scores, categories, deduplication, and decay.
- Time-layered compilation and assembled memory that produces a compact memory document loaded at session start for immediate contextual recall.
- Use case: You tell the agent your database details and preferred tooling today, then tomorrow you ask it to “connect to the database,” and it automatically recalls the saved port, database type, and project setup.
Quick Start
Tell the agent: “Remember that my PostgreSQL is running on port 5433 and I prefer tabs over spaces for writing code.”