[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-mem0-forget":3,"mdc-tttmc1-key":47,"related-org-mem0-forget":517,"related-repo-mem0-forget":662},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":42,"sourceUrl":45,"mdContent":46},"forget","delete outdated or incorrect memories","Deletes memories by search query or memory ID with confirmation before removal. Use when removing outdated decisions, incorrect memories, sensitive data, or cleaning up after experiments. Also handles undo of recent additions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"mem0","Mem0","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmem0.png","mem0ai",[13,17,20],{"name":14,"slug":15,"type":16},"Maintenance","maintenance","tag",{"name":18,"slug":19,"type":16},"Memory","memory",{"name":21,"slug":22,"type":16},"Privacy","privacy",60691,"https:\u002F\u002Fgithub.com\u002Fmem0ai\u002Fmem0","2026-07-13T06:13:00.862899",null,7066,[29,30,31,32,33,34,35,36,37,19,38,39,40,41],"agents","ai","ai-agents","application","chatbots","chatgpt","genai","llm","long-term-memory","memory-management","python","rag","state-management",{"repoUrl":24,"stars":23,"forks":27,"topics":43,"description":44},[29,30,31,32,33,34,35,36,37,19,38,39,40,41],"Universal memory layer for AI Agents","https:\u002F\u002Fgithub.com\u002Fmem0ai\u002Fmem0\u002Ftree\u002FHEAD\u002Fintegrations\u002Fmem0-plugin\u002Fskills\u002Fforget","---\nname: forget\ndescription: Deletes memories by search query or memory ID with confirmation before removal. Use when removing outdated decisions, incorrect memories, sensitive data, or cleaning up after experiments. Also handles undo of recent additions.\n---\n\n# Mem0 Forget\n\nDelete specific memories from mem0.\n\n## Execution\n\n### Step 1: Parse input\n\nThe user provides either:\n- A search query: `\u002Fmem0:forget auth module decisions`\n- A memory ID: `\u002Fmem0:forget \u003Cmemory_id>`\n\nIf no argument, ask: \"What should I forget? Provide a search query or memory ID.\"\n\n### Step 2: Find memories\n\n**If memory ID provided** (looks like a UUID or hex string):\n- Call `get_memory` with the ID to verify it exists.\n- Show: `Found: \"\u003Cmemory content first 120 chars>\" (created \u003Cdate>)`\n\n**If search query provided:**\n- Call `search_memories` with:\n  - `query=\u003Cuser's query>`\n  - `filters={\"AND\": [{\"user_id\": \"\u003Cactive_user_id>\"}, {\"app_id\": \"\u003Cproject_id>\"}]}`\n  - `top_k=10`\n- Show numbered list:\n  ```\n  Found \u003CN> memories matching \"\u003Cquery>\":\n  1. \u003Ccontent, 120 chars> (type: \u003Ctype>, created: \u003Cdate>) [ID: \u003Cshort_id>]\n  2. ...\n  ```\n\n### Step 3: Confirm\n\nAsk: \"Delete which memories? Enter numbers (e.g., 1,3,5), 'all', or 'cancel'.\"\n\nFor a single memory ID, ask: \"Delete this memory? [y\u002FN]\"\n\n**Never delete without confirmation.** This is destructive.\n\n### Step 4: Delete\n\nFor each confirmed memory, call `delete_memory` with the memory ID.\n\n### Step 5: Report\n\n```\nDeleted \u003CN> memories.\n```\n\nIf any deletions failed, report which ones and why.\n\n## Undo recent writes\n\nIf the user says \"undo last N memories\" or \"undo last write\":\n\n1. Read session stats to get recently written memory IDs:\n   ```bash\n   SCRIPT_DIR=\"${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CURSOR_PLUGIN_ROOT:-}}}\u002Fscripts\"\n   python3 \"$SCRIPT_DIR\u002Fsession_stats.py\" peek\n   ```\n2. Parse the `recent_ids` array from the JSON output. Each entry has `id`, `category`, `ts`.\n3. Show the last N entries (default 1) and ask for confirmation.\n4. Delete confirmed entries via `delete_memory`.\n\nIf `recent_ids` is empty, tell the user: \"No recent memory IDs tracked this session. Try `\u002Fmem0:tour` to browse recent memories, or `\u002Fmem0:forget \u003Csearch query>` to find specific ones.\"\n",{"data":48,"body":49},{"name":4,"description":6},{"type":50,"children":51},"root",[52,61,67,74,81,86,114,119,125,136,163,171,233,239,244,257,267,273,286,292,301,306,312,317,483,511],{"type":53,"tag":54,"props":55,"children":57},"element","h1",{"id":56},"mem0-forget",[58],{"type":59,"value":60},"text","Mem0 Forget",{"type":53,"tag":62,"props":63,"children":64},"p",{},[65],{"type":59,"value":66},"Delete specific memories from mem0.",{"type":53,"tag":68,"props":69,"children":71},"h2",{"id":70},"execution",[72],{"type":59,"value":73},"Execution",{"type":53,"tag":75,"props":76,"children":78},"h3",{"id":77},"step-1-parse-input",[79],{"type":59,"value":80},"Step 1: Parse input",{"type":53,"tag":62,"props":82,"children":83},{},[84],{"type":59,"value":85},"The user provides either:",{"type":53,"tag":87,"props":88,"children":89},"ul",{},[90,103],{"type":53,"tag":91,"props":92,"children":93},"li",{},[94,96],{"type":59,"value":95},"A search query: ",{"type":53,"tag":97,"props":98,"children":100},"code",{"className":99},[],[101],{"type":59,"value":102},"\u002Fmem0:forget auth module decisions",{"type":53,"tag":91,"props":104,"children":105},{},[106,108],{"type":59,"value":107},"A memory ID: ",{"type":53,"tag":97,"props":109,"children":111},{"className":110},[],[112],{"type":59,"value":113},"\u002Fmem0:forget \u003Cmemory_id>",{"type":53,"tag":62,"props":115,"children":116},{},[117],{"type":59,"value":118},"If no argument, ask: \"What should I forget? Provide a search query or memory ID.\"",{"type":53,"tag":75,"props":120,"children":122},{"id":121},"step-2-find-memories",[123],{"type":59,"value":124},"Step 2: Find memories",{"type":53,"tag":62,"props":126,"children":127},{},[128,134],{"type":53,"tag":129,"props":130,"children":131},"strong",{},[132],{"type":59,"value":133},"If memory ID provided",{"type":59,"value":135}," (looks like a UUID or hex string):",{"type":53,"tag":87,"props":137,"children":138},{},[139,152],{"type":53,"tag":91,"props":140,"children":141},{},[142,144,150],{"type":59,"value":143},"Call ",{"type":53,"tag":97,"props":145,"children":147},{"className":146},[],[148],{"type":59,"value":149},"get_memory",{"type":59,"value":151}," with the ID to verify it exists.",{"type":53,"tag":91,"props":153,"children":154},{},[155,157],{"type":59,"value":156},"Show: ",{"type":53,"tag":97,"props":158,"children":160},{"className":159},[],[161],{"type":59,"value":162},"Found: \"\u003Cmemory content first 120 chars>\" (created \u003Cdate>)",{"type":53,"tag":62,"props":164,"children":165},{},[166],{"type":53,"tag":129,"props":167,"children":168},{},[169],{"type":59,"value":170},"If search query provided:",{"type":53,"tag":87,"props":172,"children":173},{},[174,216],{"type":53,"tag":91,"props":175,"children":176},{},[177,178,184,186],{"type":59,"value":143},{"type":53,"tag":97,"props":179,"children":181},{"className":180},[],[182],{"type":59,"value":183},"search_memories",{"type":59,"value":185}," with:\n",{"type":53,"tag":87,"props":187,"children":188},{},[189,198,207],{"type":53,"tag":91,"props":190,"children":191},{},[192],{"type":53,"tag":97,"props":193,"children":195},{"className":194},[],[196],{"type":59,"value":197},"query=\u003Cuser's query>",{"type":53,"tag":91,"props":199,"children":200},{},[201],{"type":53,"tag":97,"props":202,"children":204},{"className":203},[],[205],{"type":59,"value":206},"filters={\"AND\": [{\"user_id\": \"\u003Cactive_user_id>\"}, {\"app_id\": \"\u003Cproject_id>\"}]}",{"type":53,"tag":91,"props":208,"children":209},{},[210],{"type":53,"tag":97,"props":211,"children":213},{"className":212},[],[214],{"type":59,"value":215},"top_k=10",{"type":53,"tag":91,"props":217,"children":218},{},[219,221],{"type":59,"value":220},"Show numbered list:\n",{"type":53,"tag":222,"props":223,"children":227},"pre",{"className":224,"code":226,"language":59},[225],"language-text","Found \u003CN> memories matching \"\u003Cquery>\":\n1. \u003Ccontent, 120 chars> (type: \u003Ctype>, created: \u003Cdate>) [ID: \u003Cshort_id>]\n2. ...\n",[228],{"type":53,"tag":97,"props":229,"children":231},{"__ignoreMap":230},"",[232],{"type":59,"value":226},{"type":53,"tag":75,"props":234,"children":236},{"id":235},"step-3-confirm",[237],{"type":59,"value":238},"Step 3: Confirm",{"type":53,"tag":62,"props":240,"children":241},{},[242],{"type":59,"value":243},"Ask: \"Delete which memories? Enter numbers (e.g., 1,3,5), 'all', or 'cancel'.\"",{"type":53,"tag":62,"props":245,"children":246},{},[247,249,255],{"type":59,"value":248},"For a single memory ID, ask: \"Delete this memory? ",{"type":53,"tag":250,"props":251,"children":252},"span",{},[253],{"type":59,"value":254},"y\u002FN",{"type":59,"value":256},"\"",{"type":53,"tag":62,"props":258,"children":259},{},[260,265],{"type":53,"tag":129,"props":261,"children":262},{},[263],{"type":59,"value":264},"Never delete without confirmation.",{"type":59,"value":266}," This is destructive.",{"type":53,"tag":75,"props":268,"children":270},{"id":269},"step-4-delete",[271],{"type":59,"value":272},"Step 4: Delete",{"type":53,"tag":62,"props":274,"children":275},{},[276,278,284],{"type":59,"value":277},"For each confirmed memory, call ",{"type":53,"tag":97,"props":279,"children":281},{"className":280},[],[282],{"type":59,"value":283},"delete_memory",{"type":59,"value":285}," with the memory ID.",{"type":53,"tag":75,"props":287,"children":289},{"id":288},"step-5-report",[290],{"type":59,"value":291},"Step 5: Report",{"type":53,"tag":222,"props":293,"children":296},{"className":294,"code":295,"language":59},[225],"Deleted \u003CN> memories.\n",[297],{"type":53,"tag":97,"props":298,"children":299},{"__ignoreMap":230},[300],{"type":59,"value":295},{"type":53,"tag":62,"props":302,"children":303},{},[304],{"type":59,"value":305},"If any deletions failed, report which ones and why.",{"type":53,"tag":68,"props":307,"children":309},{"id":308},"undo-recent-writes",[310],{"type":59,"value":311},"Undo recent writes",{"type":53,"tag":62,"props":313,"children":314},{},[315],{"type":59,"value":316},"If the user says \"undo last N memories\" or \"undo last write\":",{"type":53,"tag":318,"props":319,"children":320},"ol",{},[321,431,467,472],{"type":53,"tag":91,"props":322,"children":323},{},[324,326],{"type":59,"value":325},"Read session stats to get recently written memory IDs:\n",{"type":53,"tag":222,"props":327,"children":331},{"className":328,"code":329,"language":330,"meta":230,"style":230},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SCRIPT_DIR=\"${CLAUDE_PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CURSOR_PLUGIN_ROOT:-}}}\u002Fscripts\"\npython3 \"$SCRIPT_DIR\u002Fsession_stats.py\" peek\n","bash",[332],{"type":53,"tag":97,"props":333,"children":334},{"__ignoreMap":230},[335,397],{"type":53,"tag":250,"props":336,"children":339},{"class":337,"line":338},"line",1,[340,346,352,357,362,367,372,376,381,386,392],{"type":53,"tag":250,"props":341,"children":343},{"style":342},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[344],{"type":59,"value":345},"SCRIPT_DIR",{"type":53,"tag":250,"props":347,"children":349},{"style":348},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[350],{"type":59,"value":351},"=",{"type":53,"tag":250,"props":353,"children":354},{"style":348},[355],{"type":59,"value":356},"\"${",{"type":53,"tag":250,"props":358,"children":359},{"style":342},[360],{"type":59,"value":361},"CLAUDE_PLUGIN_ROOT",{"type":53,"tag":250,"props":363,"children":364},{"style":348},[365],{"type":59,"value":366},":-${",{"type":53,"tag":250,"props":368,"children":369},{"style":342},[370],{"type":59,"value":371},"CODEX_PLUGIN_ROOT",{"type":53,"tag":250,"props":373,"children":374},{"style":348},[375],{"type":59,"value":366},{"type":53,"tag":250,"props":377,"children":378},{"style":342},[379],{"type":59,"value":380},"CURSOR_PLUGIN_ROOT",{"type":53,"tag":250,"props":382,"children":383},{"style":348},[384],{"type":59,"value":385},":-}}}",{"type":53,"tag":250,"props":387,"children":389},{"style":388},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[390],{"type":59,"value":391},"\u002Fscripts",{"type":53,"tag":250,"props":393,"children":394},{"style":348},[395],{"type":59,"value":396},"\"\n",{"type":53,"tag":250,"props":398,"children":400},{"class":337,"line":399},2,[401,407,412,417,422,426],{"type":53,"tag":250,"props":402,"children":404},{"style":403},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[405],{"type":59,"value":406},"python3",{"type":53,"tag":250,"props":408,"children":409},{"style":348},[410],{"type":59,"value":411}," \"",{"type":53,"tag":250,"props":413,"children":414},{"style":342},[415],{"type":59,"value":416},"$SCRIPT_DIR",{"type":53,"tag":250,"props":418,"children":419},{"style":388},[420],{"type":59,"value":421},"\u002Fsession_stats.py",{"type":53,"tag":250,"props":423,"children":424},{"style":348},[425],{"type":59,"value":256},{"type":53,"tag":250,"props":427,"children":428},{"style":388},[429],{"type":59,"value":430}," peek\n",{"type":53,"tag":91,"props":432,"children":433},{},[434,436,442,444,450,452,458,459,465],{"type":59,"value":435},"Parse the ",{"type":53,"tag":97,"props":437,"children":439},{"className":438},[],[440],{"type":59,"value":441},"recent_ids",{"type":59,"value":443}," array from the JSON output. Each entry has ",{"type":53,"tag":97,"props":445,"children":447},{"className":446},[],[448],{"type":59,"value":449},"id",{"type":59,"value":451},", ",{"type":53,"tag":97,"props":453,"children":455},{"className":454},[],[456],{"type":59,"value":457},"category",{"type":59,"value":451},{"type":53,"tag":97,"props":460,"children":462},{"className":461},[],[463],{"type":59,"value":464},"ts",{"type":59,"value":466},".",{"type":53,"tag":91,"props":468,"children":469},{},[470],{"type":59,"value":471},"Show the last N entries (default 1) and ask for confirmation.",{"type":53,"tag":91,"props":473,"children":474},{},[475,477,482],{"type":59,"value":476},"Delete confirmed entries via ",{"type":53,"tag":97,"props":478,"children":480},{"className":479},[],[481],{"type":59,"value":283},{"type":59,"value":466},{"type":53,"tag":62,"props":484,"children":485},{},[486,488,493,495,501,503,509],{"type":59,"value":487},"If ",{"type":53,"tag":97,"props":489,"children":491},{"className":490},[],[492],{"type":59,"value":441},{"type":59,"value":494}," is empty, tell the user: \"No recent memory IDs tracked this session. Try ",{"type":53,"tag":97,"props":496,"children":498},{"className":497},[],[499],{"type":59,"value":500},"\u002Fmem0:tour",{"type":59,"value":502}," to browse recent memories, or ",{"type":53,"tag":97,"props":504,"children":506},{"className":505},[],[507],{"type":59,"value":508},"\u002Fmem0:forget \u003Csearch query>",{"type":59,"value":510}," to find specific ones.\"",{"type":53,"tag":512,"props":513,"children":514},"style",{},[515],{"type":59,"value":516},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":518,"total":661},[519,532,544,558,564,578,590,599,610,624,636,646],{"slug":520,"name":520,"fn":521,"description":522,"org":523,"tags":524,"stars":23,"repoUrl":24,"updatedAt":531},"context-loader","load project context from Mem0","Searches and injects relevant memories into context before starting work on a task. Use when beginning a new task, switching context, or when project history, past decisions, or coding conventions need to be loaded.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[525,527,530],{"name":526,"slug":29,"type":16},"Agents",{"name":528,"slug":529,"type":16},"Context","context",{"name":18,"slug":19,"type":16},"2026-07-13T06:13:15.682218",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":23,"repoUrl":24,"updatedAt":543},"dream","consolidate and prune stored memories","Consolidates stored memories by merging duplicates, resolving contradictions, and pruning stale entries. Use when memory count is high, search results feel noisy or repetitive, or periodic cleanup is needed to maintain memory quality.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[538,539,542],{"name":526,"slug":29,"type":16},{"name":540,"slug":541,"type":16},"Data Cleaning","data-cleaning",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:54.000421",{"slug":545,"name":545,"fn":546,"description":547,"org":548,"tags":549,"stars":23,"repoUrl":24,"updatedAt":557},"export","export project memories to Markdown files","Exports all project memories to a portable Markdown file for backup or migration. Use when backing up memories, migrating to another project, sharing memory state with teammates, or archiving before cleanup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[550,553,554],{"name":551,"slug":552,"type":16},"Backup","backup",{"name":18,"slug":19,"type":16},{"name":555,"slug":556,"type":16},"Migration","migration","2026-07-13T06:13:05.091831",{"slug":4,"name":4,"fn":5,"description":6,"org":559,"tags":560,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[561,562,563],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"slug":565,"name":565,"fn":566,"description":567,"org":568,"tags":569,"stars":23,"repoUrl":24,"updatedAt":577},"health","diagnose Mem0 connectivity and health","Diagnoses mem0 connectivity, API key validity, and memory read\u002Fwrite functionality. Use when memory operations fail, searches return empty, add_memory errors occur, MCP connection drops, or to verify the plugin is working correctly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[570,573,574],{"name":571,"slug":572,"type":16},"Debugging","debugging",{"name":18,"slug":19,"type":16},{"name":575,"slug":576,"type":16},"Monitoring","monitoring","2026-07-13T06:13:06.569475",{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":23,"repoUrl":24,"updatedAt":589},"import","import project memories from Markdown files","Imports memories from an exported Markdown file or MEMORY.md into the current project. Use when migrating from another project, restoring from backup, importing Claude Code native MEMORY.md content, or setting up a new project with existing knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[584,587,588],{"name":585,"slug":586,"type":16},"Markdown","markdown",{"name":18,"slug":19,"type":16},{"name":555,"slug":556,"type":16},"2026-07-13T06:12:59.389494",{"slug":591,"name":591,"fn":592,"description":593,"org":594,"tags":595,"stars":23,"repoUrl":24,"updatedAt":598},"list-projects","list projects with stored memories","Lists all projects with stored memories for the current user, showing memory counts and last activity dates. Use when checking which projects have memories, comparing memory distribution across repos, or finding a specific project scope.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[596,597],{"name":526,"slug":29,"type":16},{"name":18,"slug":19,"type":16},"2026-07-13T06:13:27.80043",{"slug":8,"name":8,"fn":600,"description":601,"org":602,"tags":603,"stars":23,"repoUrl":24,"updatedAt":609},"add persistent memory to AI applications","Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions \"mem0\", \"MemoryClient\", \"memory layer\", \"remember user preferences\", \"persistent context\", \"personalization\", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python SDK (mem0ai), TypeScript SDK (mem0ai), and framework integrations (LangChain, CrewAI, OpenAI Agents SDK, Pipecat, LlamaIndex, AutoGen, LangGraph). Also covers the open-source self-hosted Memory class. This is the DEFAULT mem0 skill for ambiguous queries. DO NOT TRIGGER when: user asks about CLI commands, terminal usage, or shell scripts (use mem0-cli), or Vercel AI SDK \u002F @mem0\u002Fvercel-ai-provider \u002F createMem0 (use mem0-vercel-ai-sdk).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[604,605,608],{"name":526,"slug":29,"type":16},{"name":606,"slug":607,"type":16},"AI Infrastructure","ai-infrastructure",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:42.552904",{"slug":611,"name":611,"fn":612,"description":613,"org":614,"tags":615,"stars":23,"repoUrl":24,"updatedAt":623},"mem0-cli","manage Mem0 memory via command line","Mem0 CLI -- the command-line interface for mem0 memory operations. TRIGGER when: user mentions \"mem0 cli\", \"mem0 command line\", \"@mem0\u002Fcli\", \"mem0-cli\", \"pip install mem0-cli\", \"npm install -g @mem0\u002Fcli\", or is running mem0 commands in a terminal\u002Fshell (mem0 add, mem0 search, mem0 list, mem0 get, mem0 init, mem0 config, mem0 import). Also triggers when query includes CLI flags like --user-id, --output, --json, --agent, or describes bash\u002Fzsh\u002Fterminal\u002Fshell usage. DO NOT TRIGGER when: user asks about programmatic SDK integration in Python\u002FTS code (use mem0 skill), or Vercel AI SDK provider (use mem0-vercel-ai-sdk skill).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[616,619,622],{"name":617,"slug":618,"type":16},"Automation","automation",{"name":620,"slug":621,"type":16},"CLI","cli",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:48.46494",{"slug":625,"name":625,"fn":626,"description":627,"org":628,"tags":629,"stars":23,"repoUrl":24,"updatedAt":635},"mem0-integrate","integrate Mem0 into repositories","Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus `.mem0-integration\u002F` artifacts consumed by the paired verification skill. TRIGGER when: user says \"integrate mem0\", \"add mem0 to this repo\", \"wire mem0 into \u003Crepo>\", or asks how to add memory to an existing project. DO NOT TRIGGER when: the user wants general SDK usage (use skill:mem0), CLI usage (use skill:mem0-cli), or Vercel AI SDK (use skill:mem0-vercel-ai-sdk). After success, invoke skill:mem0-test-integration to verify in the same workspace (loose coupling).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[630,631,634],{"name":526,"slug":29,"type":16},{"name":632,"slug":633,"type":16},"API Development","api-development",{"name":18,"slug":19,"type":16},"2026-07-13T06:12:46.60755",{"slug":637,"name":637,"fn":638,"description":639,"org":640,"tags":641,"stars":23,"repoUrl":24,"updatedAt":645},"mem0-oss-to-platform","migrate Mem0 projects to platform","Plan and then execute a migration of a project from the mem0 open-source \u002F self-hosted SDK (the local `Memory` class) to the mem0 Platform \u002F hosted \u002F managed SDK (the `MemoryClient` class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS\u002Fself-hosted to the hosted API — e.g. \"migrate my mem0 setup to the platform\", \"switch from self-hosted mem0 to MemoryClient\", \"use my mem0 API key instead of a local Qdrant\", \"move mem0 to the cloud\u002Fhosted\u002Fmanaged service\", or \"replace my local mem0 vector store + embedder config with the platform\". Applies to Python (`from mem0 import Memory` → `from mem0 import MemoryClient`) and TypeScript\u002FJavaScript (`import { Memory } from \"mem0ai\u002Foss\"` → `import MemoryClient from \"mem0ai\"`). Trigger even when the user doesn't say the word \"migrate\" but clearly wants their existing mem0 integration to run against the hosted platform. It first produces a reviewable migration plan, then executes it after the developer approves. Strictly scoped to the mem0 integration — it does not refactor, restructure, or \"improve\" any unrelated code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[642,643,644],{"name":526,"slug":29,"type":16},{"name":18,"slug":19,"type":16},{"name":555,"slug":556,"type":16},"2026-07-13T06:12:43.848266",{"slug":647,"name":647,"fn":648,"description":649,"org":650,"tags":651,"stars":23,"repoUrl":24,"updatedAt":660},"mem0-test-integration","verify Mem0 integration tests","Verify a Mem0 integration produced by \u002Fmem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run \u002Fmem0-integrate and says \"verify\", \"test the integration\", \"run \u002Fmem0-test-integration\", or when a .mem0-integration\u002F directory exists and tests have not been run yet on the current branch. DO NOT TRIGGER when: the user wants to run general project tests (defer to the repo's native test command), or when no prior \u002Fmem0-integrate run exists in the current branch (ask them to run \u002Fmem0-integrate first). This skill ONLY catches compile and runtime bugs by design. Logical integration errors — wrong data stored, wrong time retrieved, wrong user scoping — are on the human reviewer.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[652,653,654,657],{"name":526,"slug":29,"type":16},{"name":18,"slug":19,"type":16},{"name":655,"slug":656,"type":16},"QA","qa",{"name":658,"slug":659,"type":16},"Testing","testing","2026-07-13T06:12:50.669701",23,{"items":663,"total":661},[664,670,676,682,688,694,700],{"slug":520,"name":520,"fn":521,"description":522,"org":665,"tags":666,"stars":23,"repoUrl":24,"updatedAt":531},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[667,668,669],{"name":526,"slug":29,"type":16},{"name":528,"slug":529,"type":16},{"name":18,"slug":19,"type":16},{"slug":533,"name":533,"fn":534,"description":535,"org":671,"tags":672,"stars":23,"repoUrl":24,"updatedAt":543},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[673,674,675],{"name":526,"slug":29,"type":16},{"name":540,"slug":541,"type":16},{"name":18,"slug":19,"type":16},{"slug":545,"name":545,"fn":546,"description":547,"org":677,"tags":678,"stars":23,"repoUrl":24,"updatedAt":557},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[679,680,681],{"name":551,"slug":552,"type":16},{"name":18,"slug":19,"type":16},{"name":555,"slug":556,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":683,"tags":684,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[685,686,687],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"slug":565,"name":565,"fn":566,"description":567,"org":689,"tags":690,"stars":23,"repoUrl":24,"updatedAt":577},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[691,692,693],{"name":571,"slug":572,"type":16},{"name":18,"slug":19,"type":16},{"name":575,"slug":576,"type":16},{"slug":579,"name":579,"fn":580,"description":581,"org":695,"tags":696,"stars":23,"repoUrl":24,"updatedAt":589},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[697,698,699],{"name":585,"slug":586,"type":16},{"name":18,"slug":19,"type":16},{"name":555,"slug":556,"type":16},{"slug":591,"name":591,"fn":592,"description":593,"org":701,"tags":702,"stars":23,"repoUrl":24,"updatedAt":598},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[703,704],{"name":526,"slug":29,"type":16},{"name":18,"slug":19,"type":16}]