Skip to content
Open Source · MIT License

Sync Your AI Agents — Instantly.

AgentSync keeps your AI assistant configurations synchronized, so you can focus on coding, not copy-pasting.

pnpm Cargo Astro
agentsync robot

Why agentsync?


Terminal window
npm install -g @dallay/agentsync

See the Getting Started guide for one-off execution (npx, pnpm dlx), binary downloads, and building from source.

Terminal window
npx @dallay/agentsync init
Terminal window
npx @dallay/agentsync apply

This documentation is the authoritative project reference.

Canonical Source: All agent instructions and skills are maintained in .agents/AGENTS.md. This is the single source of truth—they get synced everywhere!

If you are deciding how your team should handle .gitignore, start with the Gitignore Team Workflows guide. It explains the default managed mode, the committed-destination opt-out mode, and when --no-gitignore is appropriate.

If you use AgentSync from Windows, the Windows Symlink Setup guide covers native prerequisites, when WSL is the lower-friction option, and how to verify symlink health after apply.