Discussion about this post

User's avatar
Nathan Waterhouse's avatar

Great guides! As well as manually setting these things as claude.md files, you can also make it remember itself too. Have you tried https://docs.claude-mem.ai? claude-mem is a Claude Code plugin that adds persistent memory across sessions. It runs a background worker service (Express on port 37777), captures what happens during your conversations via lifecycle hooks (session start, tool use, session end), compresses observations using AI, stores them in a local SQLite database, and injects a "Recent Activity" summary into your CLAUDE.md files so Claude knows what you've been working on recently. It also has vector search via ChromaDB for semantic lookups of past work.

No posts

Ready for more?