claude-brain
Sync Claude Code memory, skills, and settings across machines
All Skills in This Repository (9)
Pure Emerald Level Indicatorsbrain-conflicts
Detect unresolved brain merge conflicts from brain-conflicts.json and apply resolutions.
brain-log
Display brain synchronization history from the local merge log.
brain-evolve
Analyze brain memory and propose promotions to CLAUDE.md, rules, or skills.
brain-sync
Export local state, push to remote, pull updates, and merge brain changes.
brain-share
Copy skills, agents, or rules into a shared namespace for Git-based team sync.
brain-status
Display brain inventory, sync status, and network connections across machines.
brain-join
Join existing Claude Brain networks by pulling and merging consolidated brain data.
brain-init
Initialize a Git-backed brain repository and export Claude Code state to a remote.
brain-shared-list
List shared skills, agents, and rules with metadata from the brain network.
Frequently Asked Questions
FAQPage SchemaHow to install claude-brain?โผ
Run `npx skills add toroleapinc/claude-brain --all -g -y` in your terminal to install all brain sync skills globally.
How to sync Claude Code settings across multiple machines?โผ
Run /brain-init with a private Git remote on your first machine, then /brain-join on every other machine. Auto-sync then keeps memory, skills, rules, and settings identical everywhere.
Does claude-brain handle merge conflicts between machines?โผ
Yes. It uses semantic merge to deduplicate memory and CLAUDE.md content, and the /brain-conflicts command lets you review and resolve anything unresolved.
Is my data safe when syncing with claude-brain?โผ
Yes. OAuth tokens, API keys, and env vars are never exported, private repos are enforced, and you can enable age encryption for snapshots at rest.
Can I share skills with my team using claude-brain?โผ
Yes. Use /brain-share to publish a skill, agent, or rule to the shared namespace, and teammates receive it automatically on their next sync.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core