概要
Cursor Memory Sync creates a unified knowledge layer between the Cursor IDE and Claude Code, ensuring that technical decisions and implementation patterns are never lost between sessions. By integrating the claude-mem MCP server, this skill allows developers to record observations, document the 'why' behind architectural choices, and perform semantic searches over past session histories. It utilizes a shared local SQLite database to provide both tools with a collective memory, enabling the AI to maintain high-level context, recall previous bug fixes, and follow established project conventions without repetitive prompting.