recall
SKILL.md
Recall Memory
This skill allows you to search your memory system using semantic queries.
Workflow
-
Formulate Your Query: Think about what you're trying to find:
- A solution to a specific problem (e.g., "How do I fix CORS errors?")
- A pattern or best practice (e.g., "Python async patterns")
- Historical context (e.g., "What did we decide about routing?")
-
Run the Search: Execute the memory manager recall command:
uv run python .fleet/context/scripts/memory_manager.py recall "<your query>"