Agent skill · AI & Agents

memory

Use LycheeMem as Claude Code's structured long-term memory for prior conversations, user preferences, project decisions, timelines, and durable facts.

LycheeMemgithub.com/LycheeMemGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add LycheeMem/LycheeMem --skill memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -mcp__lycheemem__lychee_memory_smart_search-mcp__lycheemem__lychee_memory_append_turn-mcp__lycheemem__lychee_memory_consolidate-mcp__lycheemem__lychee_memory_search
Path: claude-plugin/lycheemem/skills/memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,164
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LycheeMem Memory Use LycheeMem as the primary structured long-term memory layer inside Claude Code. When the answer depends on earlier conversations, historical facts, entity relationships, project background, user preferences, reusable workflows, or timeline reconstruction, prefer LycheeMem first. Do not wait for the user to explicitly say `lycheemem`, `memory`, or `smart_search`. ## Default Priority Use this order for long-horizon recall: 1. `mcp__lycheemem__lychee_memory_smart_search` 2. answer using the returned `background_context` 3. `mcp__lycheemem__lychee_memory_consolidate` when important durable knowledge was added or clarified Treat `lychee_memory_smart_search` as the normal recall path. Treat `lychee_memory_search` as a debugging tool, not the normal path. ## When Smart Search Is Expected Call `mcp__lycheemem__lychee_memory_smart_search` before answering when any of the following is true: - the user asks about previous dialogue, prior sessions, or historical context - the user asks who, when, where, why, or how about a person, relationship, event, preference, or decision that was not stated in the current message - the answer requires reconstructing a timeline or reso

What's inside
Steps it walks through
  1. Default Priority
  2. When Smart Search Is Expected
  3. How To Use The Result
  4. Consolidation Rules
  5. Manual Invocation Pattern
More from LycheeMem
All skills →
About this skill
What does the memory skill do?

Use LycheeMem as Claude Code's structured long-term memory for prior conversations, user preferences, project decisions, timelines, and durable facts.

How do I install it?

Run `npx skills add LycheeMem/LycheeMem --skill memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LycheeMem/LycheeMem, a repository with 1,164 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going