Skip to content

Commit 1afa41a

Browse files
committed
Update supported agents doc
1 parent e77d776 commit 1afa41a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

web/content/docs/2-supported-agents.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,67 +8,79 @@ order: 2
88

99
### [Cursor](https://cursor.com/)
1010
**Status:** Ready
11+
1112
**What AI DevKit provides:**
1213
- `AGENTS.md` - Agent instructions for [Cursor](https://cursor.com/docs/context/rules)
1314
- `.cursor/commands/` - Custom [slash commands](https://cursor.com/docs/context/commands) for structured development workflows
1415
- `.cursor/rules/` - [Editor rules](https://cursor.com/docs/context/rules) for consistent coding standards
1516

1617
### [Claude Code](https://www.claude.com/product/claude-code)
1718
**Status:** Ready
19+
1820
**What AI DevKit provides:**
1921
- `AGENTS.md` - [Claude workspace configuration](https://www.anthropic.com/engineering/claude-code-best-practices) and context
2022
- `.claude/commands/` - Custom [slash commands](https://code.claude.com/docs/en/slash-commands)
2123

2224
### [GitHub Copilot](https://github.com/features/copilot)
2325
**Status:** Ready
26+
2427
**What AI DevKit provides:**
2528
- `.github/prompts/` - GitHub Copilot [custom prompts with VSCode](https://code.visualstudio.com/docs/copilot/customization/prompt-files)
2629

2730
### [Google Gemini](https://geminicli.com/)
2831
**Status:** Ready
32+
2933
**What AI DevKit provides:**
3034
- `GEMINI.md` - [Context file](https://geminicli.com/docs/cli/gemini-md/) for providing instructional context to the Gemini model
3135
- `.gemini/commands/` - Gemini [custom commands](https://geminicli.com/docs/cli/commands/)
3236

3337
### [OpenAI Codex](https://chatgpt.com/en-SE/features/codex)
3438
In order to use Codex, you need to run `ai-devkit setup --global`.
39+
3540
**Status:** Ready
41+
3642
**What AI DevKit provides:**
3743
- `AGENTS.md` - Codex-specific configuration and context
3844
- `.codex/commands/` - Commands tailored for Codex's code-focused capabilities
3945

4046
### [Windsurf](https://windsurf.com/)
4147
**Status:** Testing
48+
4249
**What AI DevKit provides:**
4350
- `AGENTS.md` - Windsurf environment configuration
4451
- `.windsurf/commands/` - Commands optimized for Windsurf's interface
4552

4653
### [KiloCode](https://kilocode.ai/)
4754
**Status:** Testing
55+
4856
**What AI DevKit provides:**
4957
- `AGENTS.md` - KiloCode configuration for large project handling
5058
- `.kilocode/commands/` - Commands designed for large-scale development
5159

5260
### [AMP](https://ampcode.com/)
5361
**Status:** Testing
62+
5463
**What AI DevKit provides:**
5564
- `AGENTS.md` - AMP configuration for accelerated workflows
5665
- `.agents/commands/` - Commands optimized for rapid development cycles
5766

5867
### [OpenCode](https://opencode.ai/)
5968
**Status:** Ready
69+
6070
**What AI DevKit provides:**
6171
- `AGENTS.md` - OpenCode [custom instructions](https://opencode.ai/docs/rules/)
6272
- `.opencode/commands/` - OpenCode [custom commands](https://opencode.ai/docs/commands/)
6373

6474
### [Roo Code](https://roocode.com/)
6575
**Status:** Testing
76+
6677
**What AI DevKit provides:**
6778
- `AGENTS.md` - Roo Code configuration and context
6879
- `.roo/commands/` - Commands optimized for Roo's advanced features
6980

7081
### [Antigravity](https://antigravity.google/)
7182
**Status:** Ready
83+
7284
**What AI DevKit provides:**
7385
- `.agent/workflows/` - Workflow for [Antigravity](https://codelabs.developers.google.com/getting-started-google-antigravity#8)'s advanced features
7486

0 commit comments

Comments
 (0)