limem
01Plugin Claude Code
Principal-centric LiMem memory model: user / agent / project markdown profiles plus three-tier event recall (hard / pattern / soft) with server-side section scoring.
Plugin Claude Code
Principal-centric LiMem memory model: user / agent / project markdown profiles plus three-tier event recall (hard / pattern / soft) with server-side section scoring.
Skill Claude CodeCodex
Manage LiMem principals — the entities that carry markdown profiles in v3. Default principals (user / agent / project) are auto-ensured on SessionStart; use this skill to register optional principals (team / service), list active principals, or activate / deactivate one. Calls MCP tools limemprincipallist / register /…
Skill Claude CodeCodex
Persist a corrective lesson tied to the previous assistant response. Use when user pushes back ("no, not like that" / "this is wrong because..." / "stop doing X"). Calls limemwrite with memtype=feedback and links the prior assistant turn hash as evidence.
Skill Claude CodeCodex
Update an existing memory event's text in-place via shortid (#xxxx). Use when user wants to refine an event's wording without creating a new record ("把那条改成 …", "fix the rule about npm dev"). Calls MCP limemfix. Does NOT touch principal markdown profiles — use /limem.pattern for those.
Skill Claude CodeCodex
Archive a LiMem memory by its eventid, so it stops being recalled in future sessions. Use when the user says "forget that rule" / "cancel X" / "remove the memory about Y".
Skill Claude CodeCodex
Show all active rules/feedback/preferences in LiMem for the current project + global scope, plus the active principals (user / agent / project) and which of them carry markdown profiles. Use when the user asks "what rules do I have for this project?" or you want to audit memory state.
Skill Claude CodeCodex
Silence a specific recalled memory for the current session only (not deleted). Use when user says "this rule is wrong for now", "本会话不要再提那条", "/limem.no #xxxx". Calls MCP limemmute. Clears automatically at SessionEnd/Stop.
Skill Claude CodeCodex
Save a casual note or short-lived fact to LiMem. Unlike /limem.remember, this defaults to importance=0.3 and is NOT auto-injected at SessionStart. Use for TODOs, scratch ideas, ephemeral state ("this build is for benchmarking, not prod").
Skill Claude CodeCodex
Read, write, or extend a principal's markdown profile (user / agent / project / team / service). Each principal can hold ONE markdown document; the backend slices it by H2 headings for recall, and the client injects matching sections on every UserPromptSubmit. Use this skill when the user wants to attach long-form…
Skill Claude CodeCodex
Suspend LiMem recall + capture for a duration (default 60m). Use when user says "pause limem", "暂停记忆", "mute memory for an hour", or wants to do exploratory work without rules pulling in. Calls MCP limempause.
Skill Claude CodeCodex
Search LiMem long-term memory for rules/facts/notes that match a phrase. Use when the user asks "do I have any rules about X?" or when you want to double-check before doing something irreversible (e.g. running a build cmd).
Skill Claude CodeCodex
Persist a user-stated rule, preference, feedback, or fact to LiMem long-term memory so it is reliably recalled in future sessions. Invoke explicitly when the user says "remember X", "from now on don't Y", "always prefer Z", or similar; also invoke after the user gives strong feedback ("no, do it like this instead") to…
Skill Claude CodeCodex
Clear LiMem pause state immediately, restoring recall + capture. Use when user says "resume limem", "继续召回", "解除暂停". Calls MCP limemresume.
Skill Claude CodeCodex
Show LiMem local cache statistics and backend ping result.