@agent-sync/cli
v1.2.4
Published
AI-assisted CLI for migrating AI agent configurations between Claude Code, Gemini CLI, OpenCode, Cursor, and more
Maintainers
Readme
AgentSync CLI
AI-assisted command-line tool for migrating AI agent configurations between development tools.
Supported Tools
- Claude Code
- Gemini CLI
- GitHub Copilot CLI
- OpenCode
- Cursor
Installation
npm install -g agentsync
# or
pnpm add -g agentsyncUsage
# Migrate from Claude Code to Cursor
agentsync migrate --from claude --to cursor
# Dry run to see what would change
agentsync migrate --from claude --to cursor --dry-run
# Detect installed tools
agentsync detect
# Interactive mode
agentsync interactive
# Scan for agents
agentsync scan --manual
agentsync scan --aiFeatures
- Bidirectional Migration - Migrate configurations between any supported tools
- MCP Server Support - Migrate Model Context Protocol server configurations
- Agent & Skill Migration - Transfer agents and skills between tools
- API Key Masking - Automatically masks sensitive API keys during migration
- Auto-Backup - Creates timestamped backups before overwriting files
- Dry Run Mode - Preview changes before applying them
- AI-Assisted Mapping - Intelligent field mapping with similarity scoring
- Interactive Mode - Guided migration with smart prompts
Development
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Run tests with coverage
pnpm test:coverage
# Start CLI in dev mode
pnpm devLicense
MIT
