ai-brain
Installation
SKILL.md
AI Brain — Persistent Memory System
Gives AI persistent memory across sessions. Remembers who you are, what you prefer, what patterns you've established, and what happened in past sessions.
Prerequisites
- Node.js >= 18
- Writable home directory for
~/.learnwy/ai/memory/storage
Core Concept
Three memory types, inspired by human cognition:
| Type | What It Stores | Persists Across Sessions | Example |
|---|---|---|---|
| Episodic | Session history, what happened | Yes | "Last session we refactored the auth module" |
| Semantic | Facts, preferences, knowledge | Yes | "User prefers TypeScript", "Project uses React 18" |
| Procedural | Patterns, rules, how-to | Yes | "When fixing nil panic, check element IDs first" |