What problem does it solve? Migrating memory between projects or switching AI coding tools normally means losing accumulated context and knowledge. This Skill restores memories from mem0 export files, Claude Code's native MEMORY.md, or competing tool configuration files into the current project's mem0 store. ## Core Features & Use Cases - Export File Import: Parses mem0-export Markdown files via a Python script and re-adds each memory with preserved metadata (type, confidence, branch, files, categories). - Competing Tool Migration: Detects and imports rules from Cursor (.cursorrules), GitHub Copilot, Cline memory-bank, and Continue configuration files. - Native MEMORY.md Import: Converts Claude Code's native auto-memory lines into mem0 memories, closing the cold-start gap when switching memory systems. - Use Case: You backed up a project's memories with /mem0:export and are starting a new project. Run the import to restore all prior knowledge with a single command. ## Quick Start Ask the assistant to import memories from your mem0 export file or from detected competing tool configs into the current project.