Every developer using Claude Code hits this wall. You spend weeks teaching Claude your codebase. Your architecture. Your team’s conventions. Then you open a new machine — or a teammate starts — and Claude knows nothing. You start over. I built claude-sync to fix this. What it does Syncs your entire Claude brain — memory, skills, agents, CLAUDE.md — to a Git repo. Pull it anywhere. Merge a teammate’s learnings without overwriting anything. claude-sync push # share your brain claude-sync pull # absorb team context claude-sync merge alice # inherit a teammate’s learnings Or inside Claude Code: /sync push, /sync pull, /sync merge alice Secrets are scrubbed before every push. Conflicts always show a diff before touching anything. Watch mode auto-pushes after every memory write. Install npx skills add SamTerces/claude-sync GitHub: https://github.com/SamTerces/claude-sync skills.sh: https://skills.sh/SamTerces/claude-sync/claude-sync Looking for contributors This is v1.0.0. Roadmap includes encrypted sync, S3 backend, selective sync, GitHub Actions integration, and multi-agent support (Cursor, Codex, Gemini CLI). PRs and ideas are very welcome — happy to review fast and credit contributors prominently. https://github.com/SamTerces/claude-sync submitted by /u/Radiant-Doctor1737
Originally posted by u/Radiant-Doctor1737 on r/ClaudeCode
