Memory Query

Query the personal knowledge base — ask questions about past decisions, meetings, and context

lotfb86 c19da1f 845 B Updated

File contents

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.

lotfb86/memory-kb/tree/main/skills/memory-query commit c19da1f124

Frequently asked questions

npx skillmds@latest add lotfb86/memory-query