memory-retrievallisted
Install: claude install-skill lukacf/meerkat
# Memory Retrieval
Use memory for knowledge retrieval and long-horizon context recall. Memory is
not live work state, not a scheduler, and not a commitment graph.
## Operating Rules
- Search memory when compacted context, previous sessions, or domain knowledge
would materially improve the current answer.
- Treat matches as recalled evidence with similarity scores, not as current
truth. Verify against live stores, files, APIs, or WorkGraph when correctness
matters.
- Use WorkGraph for pending, blocked, claimed, or terminal work.
- Use Schedule for future wakeups and recurrence.
- Use builtin tasks for private scratch tracking.
## Scores
- Scores range from `0.0` to `1.0`.
- Higher scores are more similar, not automatically more authoritative.
- Prefer several corroborating matches over one weak match.