sync-conf
v1.0.3
Published
Sync AI agent configurations across machines via Git
Maintainers
Readme
sync-conf
The CLI and directory for AI agent configurations. Browse, install, and sync configs for Claude Code, Cursor, Windsurf, and Aider.
Directory: sync-conf.dev
Quick Start
# Install a configuration from the directory
npx sync-conf install owner/repo
# Sync your configuration with upstream
npx sync-conf
# Browse popular configurations
npx sync-conf browseCommands
install
Install an AI agent configuration from a GitHub repository.
npx sync-conf install owner/repoOptions:
--force, -f- Overwrite existing configuration--list- List available configs in repo without installing
sync (default)
Sync your local configuration with the upstream repository.
npx sync-confbrowse
Browse popular configurations from the directory.
npx sync-conf browsedoctor
Check your configuration and diagnose issues.
npx sync-conf doctorSupported AI Agents
- Claude Code -
.claude/directories,CLAUDE.mdfiles, MCP server configs - Cursor -
.cursorrulesfiles,.cursor/directories - Windsurf - Windsurf configuration files and rules
- Aider -
.aiderconfigurations and model presets
The Directory
sync-conf.dev hosts a community-ranked directory of AI agent configurations. Repositories are ranked by:
- Total install count
- Unique users
- Recent activity (24h and 1h trending)
Your repository is automatically added when someone installs it.
Privacy
- Only anonymous usage metrics are collected (install/sync counts)
- No personal information or configuration contents transmitted
- Opt out anytime:
SYNC_CONF_TELEMETRY=falseDO_NOT_TRACK=1
Links
- Directory: https://sync-conf.dev
- Documentation: https://sync-conf.dev/docs
- Issues: https://github.com/zanreal-labs/sync-conf/issues
License
MIT - ZanReal
