nowledge-mem
Personal knowledge graph for Claude Code â remembers decisions, searches past work, captures sessions
Summary
nowledge-mem is a personal knowledge graph skill for Claude Code that remembers decisions, searches past work, and captures sessions.
- It helps developers maintain context across conversations by storing and retrieving important information, reducing the need to repeat yourself.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install nowledge-mem@<marketplace>
/pluginUse Cases
Usage Examples
/nowledge-mem search 'why did we choose PostgreSQL over MySQL'
Capture this session with /nowledge-mem capture --title 'API refactoring decisions'
/nowledge-mem query 'show me all sessions about authentication'
Security Audits
Frequently Asked Questions
What is nowledge-mem?
nowledge-mem is a personal knowledge graph skill for Claude Code that remembers decisions, searches past work, and captures sessions. It helps developers maintain context across conversations by storing and retrieving important information, reducing the need to repeat yourself.
How to install nowledge-mem?
To install nowledge-mem: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install nowledge-mem@<marketplace>. Finally, /plugin in Claude Code.
What is nowledge-mem best for?
nowledge-mem is a plugin categorized under Development. It is designed for: ai-powered, knowledge-management, context-management, memory-management. Created by Nowledge Labs.
What can I use nowledge-mem for?
nowledge-mem is useful for: Recall why a specific architectural decision was made in a previous session.; Search past work for a bug fix or implementation detail without leaving the current task.; Capture a current session's key decisions and insights for future reference.; Retrieve context about a project's dependencies or configuration when starting a new task.; Link related pieces of knowledge, such as connecting a code change to its rationale.; Query the knowledge graph to find all sessions related to a particular feature or module..