mem-skill

Installation
SKILL.md

Mem-Skill: Self-Evolving Knowledge System

Initialization

When the user runs /mem-skill init, execute the following setup:

  1. Determine the current workspace root directory.
  2. Create the directory structure:
    <workspace>/
    ├── knowledge-base/
    │   └── _index.json
    └── experience/
        └── _index.json
    
  3. Populate knowledge-base/_index.json with the starter template (see "Knowledge Base Index Format" below).
  4. Populate experience/_index.json with the starter template (see "Experience Index Format" below).
  5. Confirm to the user: "mem-skill initialized. Knowledge base and experience directories created."
Installs
10
First Seen
Feb 18, 2026