agentmind-memorylisted
Install: claude install-skill Ahmed-Mazh2r/AgentMind
# 🧠 AgentMind Memory v1.1
> **Your agent forgets everything when the conversation ends. This fixes that.**
> **All memory stored as Markdown files. No database. No API. No vendor lock-in.**
---
## What This Solves
Every AI agent has the same problem: start a new conversation, and it's a stranger again. It doesn't know your name, your projects, your preferences, or the mistakes it made yesterday.
AgentMind Memory gives your agent a local, persistent brain:
- **Remembers** your preferences and project context across sessions
- **Learns** from mistakes and never repeats the same error
- **Tracks** what happened when, so nothing falls through the cracks
- **Stays yours** — plain Markdown files on your machine, fully editable
---
## Architecture
Four memory layers, inspired by cognitive science:
```
┌─────────────────────────────────────────────────────────┐
│ AgentMind Memory │
├──────────────┬──────────────┬──────────────┬────────────┤
│ WORKING │ EPISODIC │ SEMANTIC │ PROCEDURAL │
│ │ │ │ │
│ Current task │ Daily event │ Long-term │ How to do │
│ state & │ logs with │ facts & │ things & │
│ progress │ timestamps │ preferences │ lessons │
│ │ │ │ learned │
├──────────────┼──────────────┼──────────────┼────────────┤
│ WORKING.md │ memory/ │ MEMORY.md │ PROCS.md │
│ │ YYYY-MM