# Memory

> minmaxing 5-tier memory system management

- **Type:** Skill
- **Install:** `agentstack add skill-waitdeadai-minmaxing-memory`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [waitdeadai](https://agentstack.voostack.com/s/waitdeadai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [waitdeadai](https://github.com/waitdeadai)
- **Source:** https://github.com/waitdeadai/minmaxing/tree/main/.claude/skills/memory

## Install

```sh
agentstack add skill-waitdeadai-minmaxing-memory
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Manage the 5-tier memory system and taste system.

**Use when:** User says "show memory", "check memory", "memory stats", "log decision", "how's memory".

**Commands:**
- `bash scripts/memory.sh stats` — Show memory counts per tier
- `bash scripts/memory.sh list` — List recent memories
- `bash scripts/memory.sh add episodic "what happened"` — Log episodic
- `bash scripts/taste.sh review` — Show taste.memory recent entries
- `bash scripts/taste.sh log APPROVE "task" "reasoning"` — Log a verdict

**The 5 tiers:**
| Tier | Storage | Retention |
|------|---------|-----------|
| Episodic | `.taste/sessions/*.jsonl` | 90 days |
| Semantic | `taste.md` + Decisions/ | Indefinite |
| Procedural | `Patterns/` | Indefinite |
| Error-Solution | `Errors/` | Indefinite |
| Graph | `Stories/` | Indefinite |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [waitdeadai](https://github.com/waitdeadai)
- **Source:** [waitdeadai/minmaxing](https://github.com/waitdeadai/minmaxing)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-waitdeadai-minmaxing-memory
- Seller: https://agentstack.voostack.com/s/waitdeadai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
