Welcome — what claude-code-memory is and how to use it #1
manja316
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome — what claude-code-memory is and how to use it
Hi 👋 I'm the maintainer. Opening this discussion as the entry point for anyone landing here from PyPI or GitHub search.
What this is: a zero-dependency memory layer for Claude Code (Anthropic's CLI). It gives your
CLAUDE.mda structured, persistent memory directory that survives/clear, session restarts, and context compaction — so you stop re-teaching Claude the same facts about your project every morning.Why it exists: I kept losing the same context — API quirks, debugging conventions, "we tried X, it broke because Y" — every time a Claude Code session ended. The fix is a tiny memory protocol baked into your global
CLAUDE.md: typed memories (user / feedback / project / reference), an index file (MEMORY.md) that's always loaded, and discipline about when to save vs. let it live in code.Install:
That drops a memory directory into
~/.claude/and aCLAUDE.mdsnippet you paste into your global instructions. From there, Claude writes its own memory files as it learns about you and your projects.What I'd love to hear in this thread:
PyPI: https://pypi.org/project/claude-code-memory/
Repo: https://github.com/LuciferForge/claude-code-memory
— Manjunath
Beta Was this translation helpful? Give feedback.
All reactions