gaooooosh/limem-agent-plugin

LiMem long-term memory bridge for Claude Code & Codex CLI · 一行 curl 安装

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

limem.entity

01

gaooooosh/limem-agent-plugin

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 /…

2 3mo ago A 74 tokens original MIT

limem.feedback

02

gaooooosh/limem-agent-plugin

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.

2 3mo ago A 59 tokens original MIT

limem.fix

03

gaooooosh/limem-agent-plugin

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.

2 3mo ago A 74 tokens original MIT

limem.forget

04

gaooooosh/limem-agent-plugin

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

2 3mo ago A 47 tokens original MIT

limem.list

05

gaooooosh/limem-agent-plugin

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.

2 3mo ago A 64 tokens original MIT

limem.no

06

gaooooosh/limem-agent-plugin

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.

2 3mo ago A 64 tokens original MIT

limem.note

07

gaooooosh/limem-agent-plugin

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

2 3mo ago A 61 tokens original MIT

limem.pattern

08

gaooooosh/limem-agent-plugin

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…

2 3mo ago A 110 tokens original MIT

limem.pause

09

gaooooosh/limem-agent-plugin

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.

2 3mo ago A 58 tokens original MIT

limem.recall

10

gaooooosh/limem-agent-plugin

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

2 3mo ago A 56 tokens original MIT

limem.remember

11

gaooooosh/limem-agent-plugin

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…

2 3mo ago A 125 tokens original MIT

limem.resume

12

gaooooosh/limem-agent-plugin

Skill Claude CodeCodex

Clear LiMem pause state immediately, restoring recall + capture. Use when user says "resume limem", "继续召回", "解除暂停". Calls MCP limemresume.

2 3mo ago A 41 tokens original MIT