← ClaudeAtlas

memariumlisted

Digest already-synced raw_sessions into a per-project typed Memory OS — episodic memories (one per work thread, the arc/dead-ends/decisions), semantic facts, procedural gotchas, plus the derived entity wiki + distilled Q&A. Triggers on `/memarium`. Two modes auto-selected by cwd — project-mode (cwd ≠ session-repo, digests just the matching project) or global-mode (cwd = session-repo, fan-out one subagent per pending project). Per-project isolated. There is ONE knowledge layer — typed memory, read by agents (recall/primer); no human-facing book.
june9593/memarium-plugin · ★ 1 · AI & Automation · score 74
Install: claude install-skill june9593/memarium-plugin
# /memarium — digest sessions into the typed Memory OS This skill walks the **in-session Claude** (you) through digesting the user's already-synced AI coding sessions into ONE per-project knowledge layer: **typed memory** — `episodic` (one per work thread: the arc, dead-ends, decisions), `semantic` (durable facts), `procedural` (how-to playbooks + gotchas), `core` (never-forget rules) — plus the two derived layers, the **entity wiki** and **distilled Q&A**. It is AI-native: agents read this via `/memarium-recall` and the SessionStart primer. There is no human "book" — no chronicles, no topics, no reading site. Pure mechanical CLI handles I/O (`"$VBP" prepare` / `"$VBP" memory-write` / `"$VBP" memory-propose` / `"$VBP" entity-write` / `"$VBP" qa-write` / `"$VBP" skip-write` / `"$VBP" finalize` / `"$VBP" list-projects`); the LLM work — segmentation + writing — is yours, in this conversation, with full context. ## Inputs you assume - The plugin's `orchestrate` step (Pre-step + Step 0 below) scans the user's local Claude Code + Copilot Chat + Codex Desktop/interactive CLI JSONL, writes rendered `.md` into `~/.memarium/session-repo/raw_sessions/...`, and updates `.memarium/index.json`. **You don't need to check whether sync ran** — the plugin scans on every run. - If the user also installed the optional `memarium` npm CLI for cross-device sync, fine — both write the same spool. Don't gate on it; it's not required. --- ## Step −1 — Locate the plugin binary (DO THIS