What problem does it solve?
Agents and local agent systems lose context when memory grows unstructured or approaches storage limits; this Skill organizes agent memory into episodic, semantic, and procedural tiers and detects compression risk to prevent context loss.
Core Features & Use Cases
- Initializes a three-tier local memory structure (episodic, semantic, procedural) and snapshots for safe backups.
- Detects compression risk with configurable thresholds, creates recovery snapshots, and provides statistics and growth monitoring.
- Organizes flat notes into the proper tiers, supports manual categorization, and enables targeted search by memory type for agent context retrieval.
- Use Case: Run periodic checks on an agent runtime to auto-snapshot critical knowledge and migrate legacy notes into structured memory so agents retain meaningful context during long-running interactions.
Quick Start
Use the memory-manager to initialize your workspace, run a compression check, and create a snapshot if needed.