LijiAlex

11 mods across 1 repository, 1 stars between them.

build

03

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

04

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

05

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

06

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

SessionStart

07

LijiAlex/layered-memory

Hook

Runs when a session starts, executing session-start.py via python3. From LijiAlex/layered-memory.

1 2mo ago A tokens not measured copy · 70% MIT

episode-to-note

08

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.

1 2mo ago A 33 tokens original MIT

load-memory

09

LijiAlex/layered-memory

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.

1 2mo ago A 68 tokens original MIT

summary-to-summary

10

LijiAlex/layered-memory

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).

1 2mo ago A 48 tokens original MIT

LijiAlex/layered-memory

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.

1 2mo ago A 35 tokens original MIT