coleam00/claude-memory-compiler
A Claude Code memory system that automatically captures conversation transcripts and compiles them into structured, cross-referenced knowledge articles.

The system hooks into Claude Code sessions to automatically capture conversation data when sessions end or auto-compact mid-session. It spawns a background process that uses the Claude Agent SDK to extract important decisions, lessons learned, patterns, and gotchas from conversations. These are appended to daily logs and compiled into structured, cross-referenced knowledge articles organized by concept. Retrieval uses a simple index file rather than vector embeddings or a full RAG system.
Frequently asked
- What is coleam00/claude-memory-compiler?
- A Claude Code memory system that automatically captures conversation transcripts and compiles them into structured, cross-referenced knowledge articles.
- Is claude-memory-compiler open source?
- Yes — coleam00/claude-memory-compiler is an open-source project tracked on heatdrop.
- What language is claude-memory-compiler written in?
- coleam00/claude-memory-compiler is primarily written in Python.
- How popular is claude-memory-compiler?
- coleam00/claude-memory-compiler has 1.2k stars on GitHub.
- Where can I find claude-memory-compiler?
- coleam00/claude-memory-compiler is on GitHub at https://github.com/coleam00/claude-memory-compiler.