| name | memory-query |
| description | Query the personal knowledge base — ask questions about past decisions, meetings, and context |
| user_invocable | true |
Query the Memory Knowledge Base
Ask questions against your compiled knowledge base. The system reads the index, identifies relevant articles, and synthesizes an answer.
Usage
When invoked, run:
cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/query.py "THE USER'S QUESTION" --file-back
The --file-back flag saves the answer as a Q&A article so the knowledge base compounds with every question.
If the user provides a specific question after the slash command (e.g., /memory-query What did I decide about the auth middleware?), use that as the question.
If no question is provided, ask the user what they want to know.
Display the answer to the user.