Skip to content

Supported engines

Reversa works with the leading AI engines on the market. The installer automatically detects which ones are present in the environment, but you can add more at any time with npx reversa add-engine.


Compatibility

Engine File created Skills path How to activate
Claude Code CLAUDE.md .claude/skills/reversa-*/ and .agents/skills/reversa-*/ /reversa
Codex AGENTS.md .agents/skills/reversa-*/ reversa
Cursor .cursorrules .agents/skills/reversa-*/ /reversa
Gemini CLI GEMINI.md .agents/skills/reversa-*/ /reversa
Windsurf .windsurfrules .agents/skills/reversa-*/ /reversa
Antigravity AGENTS.md .agents/skills/reversa-*/ /reversa
Kiro .kiro/steering/reversa.md .agents/skills/reversa-*/ /reversa
Opencode AGENTS.md .agents/skills/reversa-*/ reversa

Claude Code

The most tested engine with the best support. Uses native slash commands, making activation intuitive. Reversa creates files in both .claude/skills/ and .agents/skills/ (for compatibility with other engines that may be added later).


Codex

Fully compatible. Since Codex doesn't use slash commands, activation is by the agent name directly: reversa, reversa-scout, etc. The AGENTS.md file at the project root serves as the entry point.


Cursor

Compatible via .cursorrules. Cursor reads the rules from this file and the agents are available as skills.


Gemini CLI and Windsurf

Full support. Agents live in .agents/skills/ and are accessed via each engine's native mechanisms.


Antigravity

Google's agentic development platform, released in November 2025. Reads AGENTS.md natively (same file as Codex). If Codex is already installed in the project, the existing AGENTS.md is reused without duplication. CLI command: agy.


Kiro

Amazon's agentic IDE. Uses steering documents in .kiro/steering/ to instruct the agent: the installer creates .kiro/steering/reversa.md. Agents live in .agents/skills/ and are activated via /reversa.


Opencode

Open source coding agent for the terminal (SST). Reads AGENTS.md natively, same convention as Codex. CLI command: opencode. Like Codex, activation is by agent name: reversa.


Multiple engines in the same project

You can have all engines installed at the same time. Agents in .agents/skills/ are shared by all of them. The installer creates the specific entry files for each engine without conflict.

If you work in a team where each person uses a different engine, this works normally: everyone uses their engine's entry file, but all agents are in the same place.