원클릭으로
memory-query
Query the personal knowledge base — ask questions about past decisions, meetings, and context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query the personal knowledge base — ask questions about past decisions, meetings, and context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | memory-query |
| description | Query the personal knowledge base — ask questions about past decisions, meetings, and context |
| user_invocable | true |
Ask questions against your compiled knowledge base. The system reads the index, identifies relevant articles, and synthesizes an answer.
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.
Ingest Bubbles AI meeting summaries from Gmail into the memory knowledge base
Pull Google Calendar events via MCP tools and extract attendees into the memory-kb contact registry
Manually compile daily logs into knowledge articles and run structural lint
Ingest emails from calendar contacts using Gmail MCP tools — calendar-gated to prevent spam/noise
Ingest recently modified Google Docs into the memory knowledge base with email correlation
Ingest Slack DMs and important channel messages into the memory knowledge base