Caution
Pre-alpha concept. This is my personal attempt to build tooling for myself. I'm still putting it together, so it can break and change a lot. I'll keep improving it step by step toward a real product. Use it at your own risk.
Agent Sync is a desktop app and CLI built on Sentry dotagents that keeps one canonical catalog of skills, subagents, and managed MCP servers synchronized across agent runtimes, and it is in active alpha development with daily real-world use by the developer.
It stops configuration drift when the same assets live across Claude, Cursor, Codex, and shared agent directories. It removes repetitive manual copying and relinking by rebuilding managed links and managed config blocks from a single source of truth. It makes cross-agent behavior predictable by detecting conflicts and applying deterministic sync results.
GUI:
./scripts/run-tauri-gui.shCLI:
cd platform && cargo run -p agent-sync-cli -- sync --scope all --jsonGUI:
cd platform/apps/agent-sync-desktop/ui; npm install; cd ../src-tauri; cargo tauri devCLI:
cd platform; cargo run -p agent-sync-cli -- sync --scope all --jsonGUI:
./scripts/run-tauri-gui.shCLI:
cd platform && cargo run -p agent-sync-cli -- sync --scope all --jsonDetails: docs/SETUP.md
