What problem does it solve?
This Skill streamlines the management of an AI agent's long-term memory by automatically identifying and organizing redundant, outdated, or valuable information, ensuring the agent's knowledge base remains efficient and accurate.
Core Features & Use Cases
- Semantic Deduplication: Identifies and suggests merging or linking of similar learning entries using advanced embedding models.
- Memory Promotion: Helps promote durable rules and user preferences from temporary learning logs to permanent memory files like
AGENTS.md or MEMORY.md.
- Pruning Stale Memory: Assists in identifying and proposing the removal of obsolete or redundant information.
- Use Case: Automatically review your agent's
.learnings/ directory, find entries that describe the same git workflow, and suggest merging them to keep the memory concise.
Quick Start
Use the memory curator skill to deduplicate entries in your .learnings/LEARNINGS.md file with a similarity threshold of 0.92.