memex-retrolisted
Install: claude install-skill Surviv-ior/memex
# Memory Retro
You have access to a Zettelkasten memory system via the `memex` CLI. After completing this task, reflect on what you learned and save valuable insights.
## Tools Available
Two equivalent interfaces exist — use whichever your environment supports:
| CLI (Claude Code with memex in PATH) | MCP tool (VSCode / Cursor / any MCP client) |
|---------------------------------------|----------------------------------------------|
| `memex search <query>` | `memex_search` with query arg |
| `memex read <slug>` | `memex_read` with slug arg |
| `memex write <slug>` | `memex_write` with slug arg and body |
The rest of this skill uses CLI syntax for brevity. Substitute MCP tool calls if CLI is unavailable.
## Process
```dot
digraph retro {
"Task completed" -> "Distill: what insights came from this task?";
"Distill: what insights came from this task?" -> "Any insights worth keeping?" [shape=diamond];
"Any insights worth keeping?" -> "Done, no card written" [label="no"];
"Any insights worth keeping?" -> "For each insight: draft atomic card" [label="yes"];
"For each insight: draft atomic card" -> "memex search for related existing cards";
"memex search for related existing cards" -> "memex read candidates";
"memex read candidates" -> "Existing card covers same insight?" [shape=diamond];
"Existing card covers same insight?" -> "Update existing card (appe