You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Codex CLI](https://github.com/openai/codex)|`codex`| Skills-based integration; installs skills into `.agents/skills` and invokes them as `$speckit-<command>`|
15
16
|[Cursor](https://cursor.sh/)|`cursor-agent`||
16
17
|[Devin for Terminal](https://cli.devin.ai/docs)|`devin`| Skills-based integration; installs skills into `.devin/skills/` and invokes them as `/speckit-<command>`|
18
+
|[Firebender](https://firebender.com/)|`firebender`| IDE-based agent for Android Studio / IntelliJ |
|[Kimi Code](https://code.kimi.com/)|`kimi`| Skills-based integration; installs into `.kimi-code/skills/`. `--migrate-legacy`moves old `.kimi/skills/` installs to the new paths, and (when the `agent-context` extension is enabled) migrates `KIMI.md` context into `AGENTS.md`|
26
29
|[Kiro CLI](https://kiro.dev/docs/cli/)|`kiro-cli`| Kiro CLI does not substitute `$ARGUMENTS` in file-based prompts, so Spec Kit ships a prose fallback at render time (see [Manage prompts](https://kiro.dev/docs/cli/chat/manage-prompts/) and issue [#1926](https://github.com/github/spec-kit/issues/1926)). Alias: `--integration kiro`|
27
30
|[Lingma](https://lingma.aliyun.com/)|`lingma`| Skills-based integration; skills are installed automatically |
|[Oh My Pi](https://www.npmjs.com/package/@oh-my-pi/pi-coding-agent)|`omp`| Installs slash commands into `.omp/commands`|
29
33
|[opencode](https://opencode.ai/)|`opencode`||
30
34
|[Pi Coding Agent](https://pi.dev)|`pi`| Pi doesn't have MCP support out of the box, so `taskstoissues` won't work as intended. MCP support can be added via [extensions](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#extensions)|
|[Trae](https://www.trae.ai/)|`trae`| Skills-based integration; skills are installed automatically |
37
42
|[Windsurf](https://windsurf.com/)|`windsurf`||
43
+
|[ZCode](https://zcode.z.ai/)|`zcode`| Skills-based integration; installs skills into `.zcode/skills/` and invokes them as `$speckit-<command>`|
44
+
|[Zed](https://zed.dev/)|`zed`| Skills-based integration; installs skills into `.agents/skills` and invokes them as `/speckit-<command>`|
38
45
| Generic |`generic`| Bring your own agent — use `--integration generic --integration-options="--commands-dir <path>"` for AI coding agents not listed above |
0 commit comments