aix is a CLI for defining, installing, and syncing AI editor configuration. If you are moving
from Cursor to Google Antigravity, this guide shows what aix can carry over, what the
destination editor calls each feature, and where the destination config lands.
When you are ready to run the move, aix sync cursor --to antigravity
copies the supported config from Cursor into Google Antigravity. Use the comparison
below first so you know which names, paths, and support differences to expect.
If you want the aix-side definitions first, review rules , prompts , mcp , skills , hooks
.
How to use this guide
- Read across a row to compare the source and destination terms, support, and targets.
- Each scope line shows both what the editor supports and what aix writes today.
- Open the destination editor page at the end if you need every path, note, and terminology detail.
The biggest changes are in rules, prompts, mcp.
Editor support
- Supported
The editor exposes that feature at that scope.
- No support
The editor does not expose that feature at that scope.
aix support
- Native
aix writes the editor's own format.
- Adapter
aix keeps the feature through an adapter or alternate representation.
- No support
aix does not write that feature for the destination today.
Feature comparison
Feature-by-feature differences from Cursor to Google Antigravity. | Feature | Cursor | Google Antigravity |
| Rules | Rules - Project
-
Editor Supported aix Native Path .cursor/rules/*.mdc - User
-
Editor Supported aix No support Editor target Settings UI Editor: Cursor stores user rules in the Settings UI rather than a writable file. aix: aix does not currently write Cursor user rules. | .agents/rules/*.md - Project
-
Editor Supported aix Native Path .agents/rules/*.md - User
-
Editor Supported aix Native Path ~/.gemini/GEMINI.md |
| Prompts | Commands - Project
-
Editor Supported aix Native Path .cursor/commands/*.md - User
-
Editor Supported aix Native Path ~/.cursor/commands/*.md | Workflows - Project
-
Editor Supported aix Native Path .agents/workflows/*.md - User
-
Editor Supported aix Native Path ~/.gemini/config/workflows/*.md |
| MCP | MCP servers - Project
-
Editor Supported aix Native Path .cursor/mcp.json - User
-
Editor Supported aix Native Path ~/.cursor/mcp.json | MCP servers - Project
-
Editor Supported aix Native Path .agents/mcp_config.json - User
-
Editor Supported aix Native Path ~/.gemini/config/mcp_config.json |
| Skills | Skills - Project
-
Editor Supported aix Native Path .cursor/skills/{name}/ - User
-
Editor Supported aix Native Path ~/.cursor/skills/{name}/ | Skills - Project
-
Editor Supported aix Native Path .agents/skills/{name}/ - User
-
Editor Supported aix Native Path ~/.gemini/config/skills/{name}/ |
| Agents | Agents - Project
-
Editor Supported aix Native Path .cursor/agents/*.md - User
-
Editor Supported aix Native Path ~/.cursor/agents/*.md | Subagents - Project
-
Editor Supported aix Native Path .agents/agents/*.md - User
-
Editor Supported aix Native Path ~/.gemini/config/agents/*.md |
| Hooks | Hooks - Project
-
Editor Supported aix Native Path .cursor/hooks.json - User
-
Editor Supported aix Native Path ~/.cursor/hooks.json | Hooks - Project
-
Editor Supported aix Native Path .agents/hooks.json - User
-
Editor Supported aix Native Path ~/.gemini/config/hooks.json |
| Plugins | Plugins - Project
-
Editor Supported aix Native Path .cursor-plugin/plugin.json - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Cursor plugins are installed per-project or through the Cursor marketplace. | Plugins - Project
-
Editor Supported aix Adapter Path .agents/skills/ - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Antigravity does not support native plugin bundles. |
| Marketplaces | Marketplaces - Project
-
Editor Supported aix Native Path .cursor-plugin/marketplace.json - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Cursor marketplaces are configured at repository or team scope. | Marketplaces - Project
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Antigravity does not support custom AI marketplaces. - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Antigravity does not support custom AI marketplaces. |
Recommended follow-up links