u/Radiant-Doctor1737

▲ 0 r/claude

Spent 3 weeks getting Claude to truly understand our codebase. Architecture decisions, naming conventions, team quirks — all of it. Claude was genuinely useful.

Opened my home laptop Friday night. Claude knew nothing.

Built claude-sync over the weekend. It syncs your entire Claude brain — memory, skills, agents, rules — via Git. Works solo or with a team.

npx skills add SamTerces/claude-sync

Then just:
/sync push    # leaving the office
/sync pull    # new machine, new teammate, first day contractor

It handles secrets scrubbing, conflict resolution, per-user branches, and watch mode that auto-pushes after every memory write. Nothing overwrites silently.

The moment that sold me on building it: onboarded a contractor last month. Day 1 was entirely wasted re-explaining context to Claude. With this — they pull and Claude already knows everything.

GitHub: https://github.com/SamTerces/claude-sync

Also looking for contributors — encrypted sync, S3 backend, multi-agent support (Cursor, Codex) all on the roadmap. Would love help making this genuinely powerful.

Anyone else been burned by this? What context do you lose most often between sessions?

u/Radiant-Doctor1737 — 18 days ago

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

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

u/Radiant-Doctor1737 — 18 days ago