# Memory Compile

> Manually compile daily logs into knowledge articles and run structural lint

- Skill: `lotfb86/memory-compile` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lotfb86/memory-compile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lotfb86/memory-compile/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lotfb86 (https://skillmd.com/u/lotfb86)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lotfb86/memory-compile

---


# Compile Memory Knowledge Base

Manually trigger compilation of daily logs into structured knowledge articles.

## Process

Run the compilation:
```bash
cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/compile.py
```

Then run structural lint to verify integrity:
```bash
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.

