LijiAlex/layered-memory

Memory plugin for Claude Code — persistent context from past sessions as markdown. No vector DB.

1Stars on the repository
11Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build

01

LijiAlex/layered-memory

Command

Build/refresh layered memory by distilling past session transcripts into themes. Optional --limit N caps how many new transcripts are ingested this run.

1 2mo ago A 29 tokens original MIT

reconcile

02

LijiAlex/layered-memory

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.

1 2mo ago A 34 tokens original MIT

reload

03

LijiAlex/layered-memory

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.

1 2mo ago A 31 tokens original MIT

uninstall-clean

04

LijiAlex/layered-memory

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.

1 2mo ago A 38 tokens original MIT