mem-skill
Installation
SKILL.md
Mem-Skill: Self-Evolving Knowledge System
Initialization
When the user runs /mem-skill init, execute the following setup:
- Determine the current workspace root directory.
- Create the directory structure:
<workspace>/ ├── knowledge-base/ │ └── _index.json └── experience/ └── _index.json - Populate
knowledge-base/_index.jsonwith the starter template (see "Knowledge Base Index Format" below). - Populate
experience/_index.jsonwith the starter template (see "Experience Index Format" below). - Confirm to the user: "mem-skill initialized. Knowledge base and experience directories created."