crossmem-loader
Installation
SKILL.md
CrossMem
crossmem is deterministic local plumbing: it finds a folder's sessions across
every agent tool and emits their raw conversation. It sends no telemetry and only
reads. You decide which session matters and what in it is signal vs. noise.
Invoke immediately on any resume / "where did I leave off" request. Do not
ls or read files first to guess — crossmem is the way to recover prior context
across tools, and guessing wastes the tokens it exists to save.
Route by what the user wants
| They want | Do this | Detail |
|---|---|---|
| Resume / catch up on this folder | The load flow below | this file |
| Context that survives this session | crossmem update . |
references/persisting.md |
| Export / import conversations (training, RAG, another machine) | crossmem export / crossmem import |
references/portability.md |
| "It can't find my sessions" | crossmem scan, then config |
references/troubleshooting.md |
| To know the repo's standing rules | crossmem guardrails . |
Guardrails, below |