What problem does it solve?
When working with a persistent memory system, agents often default to one search tool and waste effort on low-hit queries. This Skill provides a decision tree for choosing the right memory entry point—semantic search, graph resolution, or recent-activity scanning—based on how much prior context you have.
Core Features & Use Cases
- Three-entry routing decision tree: Choose between search_evidence (concept keywords), graph_resolve (precise anchors), and list_recent (zero-prior scanning) based on your starting context.
- Noise control parameters: Guidance on graph depth limits, relation filters, time windows, and search modes to prevent fan-out explosion and irrelevant results.
- Low-hit recovery: Recognizes the memory navigation nudge signal from failed searches and redirects to alternative entry points instead of repeated blind querying.
- Use Case: After a context compaction event, you remember discussing a feature but have no exact anchor. The Skill directs you to list_recent with a 7-day window to rebuild context quickly.
Quick Start
Ask the agent to help you find a past discussion you vaguely remember by routing through the right memory entry point.