by HelloRuru
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
# Add to your Claude Code skills
git clone https://github.com/HelloRuru/claude-memory-engineMemory tools can help it "remember." But remembering is not the same as learning.
Memory Engine doesn't just help Claude remember — it teaches Claude to learn like a student:
No comments yet. Be the first to share your thoughts!
Think of it like exam prep. I'm trying to make Claude Code act like a student cramming for finals — take notes after every class, organize them, review for patterns, build an error notebook, and do a big end-of-term review. Each cycle, it gets a little better.
In class (automatic, runs every session)
There is no real "end" to a Claude Code conversation — it might close, idle out, or get compressed. So Memory Engine doesn't rely on any single moment. Instead, it saves at three different points:
mid-session-checkpoint) — saves a checkpoint + mini analysis. The most reliabl...