claude-memory-engine
Persistent memory, mistake learning, and session handoff
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Claude Memory Engine?โผ
Run `npx skills add HelloRuru/claude-memory-engine --all -g -y` in your terminal to install the full memory system globally.
How to make Claude remember past sessions?โผ
This skill saves checkpoints every 20 messages, before context compression, and at session end, then reloads the right project memory automatically on startup.
How to stop AI from repeating the same mistakes?โผ
It detects retries, errors, and your corrections, saves each problem with its fix, and reviews the error notebook before every new task.
Does it work across multiple devices?โผ
Yes. The /backup and /sync commands push memory to a GitHub repo, and /recover restores everything on a new machine.
Do I need a database or external API?โผ
No. Everything runs on plain markdown files and Node.js hooks with zero dependencies, so you can inspect exactly what it stores.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core