/forget
Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.
$ npx -y skills add mem0ai/mem0 --skill forget --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/forget
Context preview
The summary Claude sees to decide when to auto-load this skill.
Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.
SKILL.md
forget.SKILL.mdname: forget description: Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories. disable-model-invocation: true
Forget this repository's memories
This permanently deletes remote memories. Before running anything, tell the user exactly what will be deleted: their own memories for this repository only. The repository's project memory is shared by everyone who works in it, so it stays unless the user explicitly asks to delete that too.
After the user confirms, run:
python3 "${ANTIGRAVITY_PLUGIN_ROOT}/core/memory_cli.py" --harness "antigravity" forget --remote --yesIf the user also asked to delete the repository's shared project memory, add `--include-project-memory` and say that this removes it for every teammate.
Report what the command output says was deleted. If the user only wants local data cleared (evidence log, pending queue), run the same command without `--remote`. Never pass `--yes` before the user has confirmed in this conversation.
Mem0 ("mem-zero") enhances AI assistants and agents with an intelligent memory layer, enabling personalized AI interactions.

