Skip to content

Commit 3c0b113

Browse files
docs: sync AGENTS.md with AGENT_CONFIG for missing agents
Add Antigravity (agy) and Mistral Vibe (vibe) to the supported agents table — both exist in AGENT_CONFIG but were missing from documentation. Fix Agent Categories section: - Move Cursor from CLI-Based to IDE-Based (requires_cli is False) - Add missing CLI agents: Codex, Auggie, iFlow - Add missing IDE agents: Kilo Code, Roo Code, Trae, Antigravity Update Command File Formats and Directory Conventions sections to include all agents that were previously undocumented. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f8da535 commit 3c0b113

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

AGENTS.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Specify supports multiple AI agents by generating agent-specific command files a
5050
| **iFlow CLI** | `.iflow/commands/` | Markdown | `iflow` | iFlow CLI (iflow-ai) |
5151
| **IBM Bob** | `.bob/commands/` | Markdown | N/A (IDE-based) | IBM Bob IDE |
5252
| **Trae** | `.trae/rules/` | Markdown | N/A (IDE-based) | Trae IDE |
53+
| **Antigravity** | `.agent/commands/` | Markdown | N/A (IDE-based) | Antigravity IDE |
54+
| **Mistral Vibe** | `.vibe/prompts/` | Markdown | `vibe` | Mistral Vibe CLI |
5355
| **Generic** | User-specified via `--ai-commands-dir` | Markdown | N/A | Bring your own agent |
5456

5557
### Step-by-Step Integration Guide
@@ -316,32 +318,40 @@ Require a command-line tool to be installed:
316318

317319
- **Claude Code**: `claude` CLI
318320
- **Gemini CLI**: `gemini` CLI
319-
- **Cursor**: `cursor-agent` CLI
320321
- **Qwen Code**: `qwen` CLI
321322
- **opencode**: `opencode` CLI
323+
- **Codex CLI**: `codex` CLI
322324
- **Junie**: `junie` CLI
323-
- **Kiro CLI**: `kiro-cli` CLI
325+
- **Auggie CLI**: `auggie` CLI
324326
- **CodeBuddy CLI**: `codebuddy` CLI
325327
- **Qoder CLI**: `qodercli` CLI
328+
- **Kiro CLI**: `kiro-cli` CLI
326329
- **Amp**: `amp` CLI
327330
- **SHAI**: `shai` CLI
328331
- **Tabnine CLI**: `tabnine` CLI
329332
- **Kimi Code**: `kimi` CLI
333+
- **Mistral Vibe**: `vibe` CLI
330334
- **Pi Coding Agent**: `pi` CLI
335+
- **iFlow CLI**: `iflow` CLI
331336

332337
### IDE-Based Agents
333338

334339
Work within integrated development environments:
335340

336341
- **GitHub Copilot**: Built into VS Code/compatible editors
342+
- **Cursor**: Built into Cursor IDE
337343
- **Windsurf**: Built into Windsurf IDE
344+
- **Kilo Code**: Built into Kilo Code IDE
345+
- **Roo Code**: Built into Roo Code IDE
338346
- **IBM Bob**: Built into IBM Bob IDE
347+
- **Trae**: Built into Trae IDE
348+
- **Antigravity**: Built into Antigravity IDE
339349

340350
## Command File Formats
341351

342352
### Markdown Format
343353

344-
Used by: Claude, Cursor, opencode, Windsurf, Junie, Kiro CLI, Amp, SHAI, IBM Bob, Kimi Code, Qwen, Pi
354+
Used by: Claude, Cursor, opencode, Windsurf, Junie, Kiro CLI, Amp, SHAI, IBM Bob, Kimi Code, Qwen, Pi, Codex, Auggie, CodeBuddy, Qoder, Roo Code, Kilo Code, Trae, Antigravity, Mistral Vibe, iFlow
345355

346356
**Standard format:**
347357

@@ -381,13 +391,19 @@ Command content with {SCRIPT} and {{args}} placeholders.
381391
- **CLI agents**: Usually `.<agent-name>/commands/`
382392
- **Skills-based exceptions**:
383393
- Codex: `.agents/skills/` (skills, invoked as `$speckit-<command>`)
394+
- Kimi Code: `.kimi/skills/` (skills, invoked as `/skill:speckit-<command>`)
384395
- **Prompt-based exceptions**:
385396
- Kiro CLI: `.kiro/prompts/`
386397
- Pi: `.pi/prompts/`
398+
- Mistral Vibe: `.vibe/prompts/`
399+
- **Rules-based exceptions**:
400+
- Trae: `.trae/rules/`
387401
- **IDE agents**: Follow IDE-specific patterns:
388402
- Copilot: `.github/agents/`
389403
- Cursor: `.cursor/commands/`
390404
- Windsurf: `.windsurf/workflows/`
405+
- Kilo Code: `.kilocode/workflows/`
406+
- Antigravity: `.agent/commands/`
391407

392408
## Argument Patterns
393409

0 commit comments

Comments
 (0)