recall

SKILL.md

Recall Memory

This skill allows you to search your memory system using semantic queries.

Workflow

  1. 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?")
  2. Run the Search: Execute the memory manager recall command:

    uv run python .fleet/context/scripts/memory_manager.py recall "<your query>"
    
Installs
8
First Seen
Mar 24, 2026