بنقرة واحدة
memory-compile
Manually compile daily logs into knowledge articles and run structural lint
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manually compile daily logs into knowledge articles and run structural lint
التثبيت باستخدام 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
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
Query the personal knowledge base — ask questions about past decisions, meetings, and context
Ingest Slack DMs and important channel messages into the memory knowledge base
| name | memory-compile |
| description | Manually compile daily logs into knowledge articles and run structural lint |
| user_invocable | true |
Manually trigger compilation of daily logs into structured knowledge articles.
Run the compilation:
cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/compile.py
Then run structural lint to verify integrity:
cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/lint.py --structural-only
Report the results to the user: how many logs were compiled, articles created/updated, and any lint issues found.