What problem does it solve?
This Skill helps agents avoid context loss by organizing memory into clear structures, monitoring when memory is getting too full, and preserving important state before it is overwritten or compressed.
Core Features & Use Cases
- Memory initialization: Creates a three-tier layout for episodic, semantic, and procedural memory, plus snapshots and legacy storage.
- Compression monitoring: Checks overall memory usage and flags safe, warning, or critical thresholds before context becomes fragile.
- Organization and recovery: Migrates flat memory files into the right buckets, supports manual categorization, and saves snapshots for recovery.
- Search and stats: Searches memory by type and reports breakdowns, growth, and recent activity for ongoing maintenance.
- Use case: An agent that has accumulated many notes, decisions, and workflows can use this Skill to classify them properly, find relevant history quickly, and keep a backup trail before memory pressure rises.
Quick Start
Ask the agent to initialize the memory structure, check compression risk, and organize existing memory files into episodic, semantic, and procedural categories.