BeClaude

nowledge-mem

93Community RegistryDevelopmentby Nowledge Labs

Personal knowledge graph for Claude Code — remembers decisions, searches past work, captures sessions

First seen 4/17/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install nowledge-mem@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/nowledge-mem search 'why did we choose PostgreSQL over MySQL'

2

Capture this session with /nowledge-mem capture --title 'API refactoring decisions'

3

/nowledge-mem query 'show me all sessions about authentication'

View source on GitHub
ai-poweredknowledge-managementcontext-managementmemory-management

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..