nowledge-mem

Persist and query user memories via the nmem CLI with exit status verification.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ThaddeusJiang/agent-skills --skill nowledge-mem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nowledge-mem
Source: https://github.com/ThaddeusJiang/agent-skills/tree/main/nowledge-mem
Command: npx skills add https://github.com/ThaddeusJiang/agent-skills --skill nowledge-mem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory management across sessions is often unreliable; this Skill ensures memories are persisted via the nmem CLI with verifiable results and a clear audit trail.

Core Features & Use Cases

  • CLI-backed memory persistence for storing user context, preferences, and decisions.
  • Searchable memory registry enabling retrieval and updates across sessions.
  • Deterministic memory operations with explicit success verification and error reporting.

Quick Start

Instruct the AI to remember a detail, and it will store it via the nmem CLI for future retrieval.

Frequently Asked Questions about nowledge-mem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist context and user preferences across AI sessions?

To persist context across sessions, use the nmem CLI to store user preferences and decisions. This ensures durable recall and provides a searchable memory registry for future retrieval.

What is CLI-backed memory management for durable recall?

CLI-backed memory management is a deterministic process that uses the nmem tool to store and query user context. It verifies exit statuses and returns clear feedback to confirm successful persistence or report errors.

How do I verify successful memory persistence when using a CLI?

You verify memory persistence by checking the exit statuses returned by the nmem CLI. The process returns clear feedback to confirm successful storage or explicitly report any operational errors.

Can I search and retrieve specific past decisions from a memory registry?

You can search the memory registry to retrieve past decisions and prior conversations. The nmem CLI enables querying stored user context to ensure accurate recall across different sessions.

What are the limitations of using a CLI for memory persistence?

The CLI approach requires explicit command execution for every memory operation. While it provides deterministic operations and verifiable results, it lacks automatic background saving inherent in native memory mechanisms.