Plugin Claude Code
Plugin marketplace listing 1 plugin: layered-memory.
Plugin Claude Code
Plugin marketplace listing 1 plugin: layered-memory.
Plugin Claude Code
File-based, progressive-disclosure memory for Claude Code.
Command
Build/refresh layered memory by distilling past session transcripts into themes. Optional --limit N caps how many new transcripts are ingested this run.
Command
Consolidate stored memory — merge overlapping/duplicate themes into single coherent themes and rebuild the index. Runs automatically after each build; use this to run it on demand.
Command
Reload stored memory — re-match the current topic (excluding any wrong theme) or load a named theme. Deterministic alias for the load-memory skill.
Command
Delete layered-memory's stored data dirs (/.claude/memory and any per-repo dirs). Dry-run by default; needs --yes to actually delete. Run BEFORE /plugin uninstall.
Hook
Runs when a session starts, executing session-start.py via python3. From LijiAlex/layered-memory.
Skill Claude CodeCodex
Filing engine — fold a new session feature-episode into ONE existing feature note (rewrite, not append). Used by /memory:build.
Skill Claude CodeCodex
Use when the user asks about something that may be in stored memory, says "load memory", "what do you know about X", "load ", or signals a wrong recall ("wrong memory", "that's not the right context", "reload", "rescan"). Surfaces the relevant stored theme summary as reference.
Skill Claude CodeCodex
Engine B — merge a small CANDIDATE CLUSTER of look-alike feature notes into the fewest coherent notes, preserving all distinct facts. Used by /memory:reconcile (one cluster at a time).
Skill Claude CodeCodex
Engine A — classify one Claude Code session and extract a type-aware feature-episode from its (compressed) transcript. Used by /memory:build.