[skills] Add autodream-brain-sync for cross-client memory sharing#141
Merged
justfinethanku merged 1 commit intoNateBJones-Projects:mainfrom Apr 13, 2026
Conversation
Syncs Claude Code's local memory saves to Open Brain via mcp__open-brain__capture_thought so memories are accessible from ChatGPT, Claude Desktop, Codex, and any MCP-connected client. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
matthallett1
approved these changes
Mar 31, 2026
Collaborator
matthallett1
left a comment
There was a problem hiding this comment.
Review — Autodream Brain Sync
Clean skill contribution. The concept is right: Claude Code's local memory files are an isolated silo, and syncing them to Open Brain via capture_thought makes them available across all MCP-connected clients.
What's good:
- Clear trigger conditions and guard rails
- Non-blocking failure handling (local saves succeed even if OB1 capture fails)
- Explicit exclusion of MEMORY.md index
- Helpful troubleshooting section
Minor suggestions (non-blocking):
- The skill assumes
mcp__open-brain__capture_thoughtis the tool name, but different users may have their MCP server configured with different prefixes (e.g.,mcp__134e3f35-...). A note about adapting the tool name would help. - Consider mentioning that the skill can be tested by checking
search_thoughtsfor the synced memory after saving.
Approving as-is. Good first contribution.
Collaborator
|
Thanks for the outstanding contribution. We took a final pass on the packaging, README clarity, and overall fit with OB1, and this is in good shape to land. I’m merging this now so people can start using it. Really appreciate the work you put into this. |
06b5b6c
into
NateBJones-Projects:main
2 of 3 checks passed
corruptmemory
pushed a commit
to corruptmemory/OB1
that referenced
this pull request
Apr 15, 2026
…ng (NateBJones-Projects#141) Syncs Claude Code's local memory saves to Open Brain via mcp__open-brain__capture_thought so memories are accessible from ChatGPT, Claude Desktop, Codex, and any MCP-connected client. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mcp__open-brain__capture_thoughtskills/contribution per reviewer feedbackFiles
skills/autodream-brain-sync/SKILL.md— The installable skill with trigger conditions, process, and guard railsskills/autodream-brain-sync/README.md— What it does, installation, troubleshootingskills/autodream-brain-sync/metadata.json— Structured metadataTest plan
search_thoughtsfrom other sessionsskills/_templatestructure🤖 Generated with Claude Code