Imported from percy-raskova/kimi-claude-mem (
skills/using-claude-mem/SKILL.md). Install upstream withnpx skills add percy-raskova/kimi-claude-mem --skill using-claude-mem. Copyright stays with the author.
Using claude-mem memory
This Kimi Code installation has persistent memory via claude-mem. Your past
sessions are captured as observations (decisions, bugfixes, features,
discoveries) and searchable through the mcp__claude-mem__* MCP tools.
3-layer workflow (always follow)
search(query)→ index of compact results with IDs (~50-100 tokens each)timeline(anchor=ID)→ context around an interesting resultget_observations([IDs])→ full details ONLY for the IDs you filtered to
Never fetch full details without filtering first — it wastes 10x the tokens.
When to use
- "What did we do last week / how did we solve X before?" → search memory first
- Starting work in a familiar project → the context digest injected at prompt submit already covers recent highlights; search only for older or specific topics
- Before recommending an approach → check whether a past session already tried it
Hygiene
- Memory contains what past sessions observed; verify anything load-bearing against the actual code before acting on it.
- Never write secrets, tokens, or credentials into prompts you want remembered —
everything is stored locally in
~/.claude-mem/.