Skip to main content

Supported IDEs

AIOX integrates with multiple AI-powered development platforms. Choose the one that fits your workflow.

Claude Code

Best AIOX integration - Full hooks, MCP, slash commands

Codex CLI

Terminal-first - AGENTS.md, /skills, strong CLI workflow

Cursor

Popular AI IDE - Composer, @mentions, multi-file editing

Gemini CLI

Google AI - Native hooks, slash launchers, MCP

GitHub Copilot

GitHub integration - Repo instructions, PR assistance

AntiGravity

Google Cloud - Workflow-based, Firebase tools

Compatibility Matrix

Version: AIOX 4.2.11 | Enforced by compatibility contract at .aiox-core/infrastructure/contracts/compatibility/aiox-4.2.11.yaml

What “Auto-Checks” Means

Some IDEs automatically run checks before and after agent actions (context validation, rule enforcement, audit logging):

Quick Decision Guide

1

Best for Beginners

Claude Code or Gemini CLI - Most automation, fewest manual steps
2

Terminal Workflow

Codex CLI - Terminal-first with /skills activation
3

Visual IDE

Cursor - Popular AI IDE with composer and multi-file editing
4

Requires Manual Steps

Cursor, Copilot, AntiGravity - Work but need manual validation

Claude Code Setup

Recommendation Level: Best AIOX integration

Configuration

Installation

1

Install AIOX

AIOX automatically creates .claude/ directory on init:
2

Sync Agents

3

Verify Setup

You should see: /dev, /qa, /architect, etc.
4

Validate Integration

MCP Configuration

Configure MCP servers in ~/.claude.json:

Usage

Codex CLI Setup

Recommendation Level: Best for terminal-first workflow

Configuration

Installation

1

Keep AGENTS.md at Root

AIOX creates AGENTS.md at repository root automatically
2

Sync Codex Files

This generates:
  • .codex/agents/*.md
  • .codex/skills/aiox-*.md (project-local skills)
3

Validate Setup

4

Verify Files

Global vs Local Skills

This repository uses project-local skills (.codex/skills). Only use global installation for testing outside this repo.

Usage

1

Open Codex CLI

Launch Codex CLI in your project directory
2

Access Skills Menu

Type /skills and press Enter
3

Select Agent

Choose from:
  • aiox-dev
  • aiox-architect
  • aiox-qa
  • aiox-pm
  • etc.
4

View Commands

Cursor Setup

Recommendation Level: Popular AI IDE with limitations

Configuration

Installation

1

Sync Cursor Files

2

Verify Setup

3

Configure MCP (Optional)

Create .cursor/mcp.json:

Usage

Limitations

  • No automatic pre/post checks - Run validators manually
  • No automatic audit trail - Use git for tracking
  • Limited session tracking - Compensate with synced rules
Workaround:

Gemini CLI Setup

Recommendation Level: Good with native hooks support

Configuration

Installation

1

Run Installer

Select gemini during IDE selection:
2

Sync Gemini Files

This creates:
  • .gemini/rules.md
  • .gemini/rules/AIOX/agents/*.md
  • .gemini/commands/*.toml (slash commands)
  • .gemini/hooks/*.js
  • .gemini/settings.json
3

Validate Integration

Usage

GitHub Copilot Setup

Recommendation Level: Good for GitHub integration

Configuration

Installation

1

Enable Copilot

Enable GitHub Copilot in your repository
2

Sync Instructions

Creates .github/copilot-instructions.md
3

Verify

Usage

Copilot reads repository instructions automatically. Use chat modes:

AntiGravity Setup

Recommendation Level: Good for Google Cloud integration

Configuration

Installation

1

Sync AntiGravity Files

2

Configure Google Cloud

Set up Google Cloud credentials
3

Verify

Sync System

How Sync Works

AIOX maintains a single source of truth for agents and syncs to all IDEs:

Sync Commands

Automatic Sync

Configure auto-sync in .aiox-core/core/config/sync.yaml:

Migration Between IDEs

From Cursor to Claude Code

1

Export Cursor Rules

2

Sync to Claude

3

Verify Migration

From Claude Code to Codex CLI

1

Sync to Codex

2

Validate

Troubleshooting

Platform Decision Tree

Best Practices

Always Validate

Run validation after syncing:

Version Control Sync Files

Commit IDE-specific directories:
  • .claude/
  • .codex/
  • .cursor/

Use Auto-Sync

Enable automatic syncing in sync.yaml

Test in Multiple IDEs

Ensure agents work across platforms

Agent Reference

See all available agents and commands

Custom Agents

Create your own agent definitions

Squads

Organize agents into teams

ADE System

Autonomous Development Engine