Syncs Claude Code's local memory system to Open Brain. Triggers whenever memories are saved via dreaming, autodream, or explicit "remember this" requests. After every local memory file write, captures the same content to Open Brain via mcp__open-brain__capture_thought so that memories are accessible from all connected AI clients (ChatGPT, Claude Desktop, Codex) and across all devices. Trigger on: memory saves, autodream, dreaming, "remember", "save to memory", or any write to the .claude/projects/*/memory/ directory.
74
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Claude Code's auto-memory system (dreaming/autodream) saves memories to local files under .claude/projects/*/memory/. These files are only accessible to Claude Code on the same machine. If you use multiple AI clients (ChatGPT, Claude Desktop, Codex) or multiple devices, those memories are invisible to your other sessions.
.claude/projects/*/memory/ (excluding MEMORY.md index)/memory command usageMEMORY.md index as normalmcp__open-brain__capture_thought with the memory content
[feedback] Don't mock the database in integration testsEach memory save produces:
.md file in the memory directory (standard behavior)MEMORY.md index (standard behavior)mcp__open-brain__capture_thought fails (MCP server down, network error), complete the local memory save anyway and note the sync failureThis skill is specific to Claude Code's auto-memory system. Other clients don't have local memory files, so they capture directly to Open Brain without needing this sync step. The skill ensures Claude Code's local memories don't become an isolated silo.
6779106
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.