원클릭으로
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.