aix is a CLI for defining, installing, and syncing AI editor configuration. If you are moving
from OpenCode to Windsurf, 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 opencode --to windsurf
copies the supported config from OpenCode into Windsurf. 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 OpenCode to Windsurf. | Feature | OpenCode | Windsurf |
| Rules | AGENTS.md - Project
-
Editor Supported aix Native Path AGENTS.md - User
-
Editor Supported aix Native Path ~/.config/opencode/AGENTS.md | Rules - Project
-
Editor Supported aix Native Path .windsurf/rules/*.md - User
-
Editor Supported aix Native Path ~/.codeium/windsurf/memories/global_rules.md |
| Prompts | Commands - Project
-
Editor Supported aix Native Path .opencode/commands/*.md - User
-
Editor Supported aix Native Path ~/.config/opencode/commands/*.md | Workflows - Project
-
Editor Supported aix Native Path .windsurf/workflows/*.md - User
-
Editor Supported aix Native Path ~/.codeium/windsurf/global_workflows/*.md |
| MCP | MCP servers - Project
-
Editor Supported aix Native Path opencode.json - User
-
Editor Supported aix Native Path ~/.config/opencode/opencode.json | MCP servers - Project
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: Windsurf does not have a project-scoped MCP config file in aix. - User
-
Editor Supported aix Native Path ~/.codeium/windsurf/mcp_config.json |
| Skills | Skills - Project
-
Editor Supported aix Native Path .opencode/skills/{name}/ - User
-
Editor Supported aix Native Path ~/.config/opencode/skills/{name}/ | Skills - Project
-
Editor Supported aix Native Path .windsurf/skills/{name}/ - User
-
Editor Supported aix Native Path ~/.windsurf/skills/{name}/ |
| Agents | Agents - Project
-
Editor Supported aix Native Path .opencode/agents/*.md - User
-
Editor Supported aix Native Path ~/.config/opencode/agents/*.md | Agents - Project
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: aix reports configured agents as unsupported for Windsurf. - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: aix reports configured agents as unsupported for Windsurf. |
| Hooks | Hooks - Project
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: OpenCode does not support lifecycle hooks in aix. - User
-
Editor No support aix No support Editor: The editor does not expose this feature at this scope. aix: OpenCode does not support lifecycle hooks in aix. | Hooks - Project
-
Editor Supported aix Native Path .windsurf/hooks.json - User
-
Editor Supported aix Native Path ~/.windsurf/hooks.json |
Recommended follow-up links