Sync Your Configs with the CLI

Push your local .claude/ commands, agents, and skills to the server with a single command. No more fragile MCP-based sync.

Installation

Download the aca binary for your platform from GitHub Releases and place it in your PATH:

# macOS (Apple Silicon)
curl -L -o aca https://github.com/PrashamTrivedi/agent-config-adapter/releases/latest/download/aca-darwin-arm64
chmod +x aca && mv aca /usr/local/bin/

Also available: aca-darwin-x64, aca-linux-x64. Or run from source with bun run cli/src/index.ts.

Quick Start

1

Authenticate

Log in with the API key from your profile page.

aca login
2

Preview changes

See what would be synced without making any changes.

aca sync --global --dry-run
3

Sync for real

Push your local configs to the server.

aca sync --global

Commands Reference

aca sync

Sync local configs to the remote server.

--global Sync ~/.claude/ --project Sync ./.claude/ --dry-run Preview only --types <t> Filter types --delete Remove orphans --verbose Detailed output

aca login

Authenticate with the server using your API key.

--server <url> Custom server

aca status

Show current authentication and sync status.

No additional flags

Ready to get started?

You'll need an API key. Sign in and grab one from your profile.

Get Your API Key