toroleapinctoroleapincCommunityยท9 Agent Skills Included

claude-brain

Sync Claude Code memory, skills, and settings across machines

Syncs Claude Code memory, skills, agents, rules, and settings across all your machines through a private Git remote. Merges conflicting brain states semantically instead of overwriting, so nothing learned on one machine is lost on another. Runs automatic sync on every session start and end, eliminating manual copying of CLAUDE.md files and configs. Supports team sharing of skills and rules, optional encryption, and automatic promotion of stable patterns into durable config.
npx skills add toroleapinc/claude-brain --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’