بنقرة واحدة
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 المهني
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
| 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.