Add persistent database-backed memory to Claude Code.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "claude-db" yet — see the docs or source repo.
Use claude-db to record this project's key decisions, naming conventions, and TODOs so they can be recalled in the next session.
Store the key information in the database and retrieve relevant context in later sessions as needed.
Use claude-db to save my preferences and common workflows for this codebase, then follow them when generating code later.
Create reusable persistent memory and reduce repeated explanations.
Use claude-db to load the previously saved task state and continue the unfinished development work from last time.
Restore the previous task state and continue the unfinished work.
When developers need decisions, conventions, and TODOs preserved across coding sessions, they can store memory in a database. This avoids repeating background information every time.
If you want memory under your control instead of temporary chat context, this skill connects Claude Code memory to your own database.
It fits development work that spans multiple sessions, such as bug fixes, refactors, or long-running feature implementation. It helps restore prior work state.
It is a skill that gives Claude Code persistent memory. The core idea is to store memory in your own database instead of relying only on temporary context.
The only stated prerequisite is that you bring your own database. For exact database types, installation, or runtime requirements, see the source repository.
It adds persistence: memory can survive across sessions through your database. For implementation details beyond this high-level behavior, see the source repository.
Give Claude Code cross-session long-term memory with SQLite full-text search.
Give Claude Code persistent cross-session memory with semantic search and project isolation.
Give Claude Code persistent memory, checkpoints, and project sync across sessions.
Persist project memory and git snapshots across Claude Code sessions.
Give Claude Code cross-session memory for project context, learnings, and decisions.
Persist, search, and reinject context across Claude Code sessions.