|
4 | 4 |
|
5 | 5 | It works two ways: |
6 | 6 |
|
7 | | -1. **With a coding agent** — install skills into Gemini CLI, Claude Code, Codex, or others. Your coding agent uses them to make the right decisions at every step. |
| 7 | +1. **With a coding agent** — install skills into Antigravity CLI, Claude Code, Codex, or others. Your coding agent uses them to make the right decisions at every step. |
8 | 8 | 2. **Without a coding agent** — run CLI commands directly from your terminal. Every command works standalone. |
9 | 9 |
|
10 | 10 | Agents CLI bundles **7 skills** that give your coding agent deep knowledge across the full ADK lifecycle: |
@@ -64,29 +64,23 @@ See [Authentication](authentication.md) for full details. |
64 | 64 |
|
65 | 65 | ## Start Building with Your Coding Agent |
66 | 66 |
|
67 | | -=== "Gemini CLI" |
| 67 | +=== "Antigravity CLI" |
68 | 68 |
|
69 | | - 1. **Open Gemini CLI** |
| 69 | + 1. **Open Antigravity CLI** |
70 | 70 |
|
71 | | - ```bash |
72 | | - gemini |
73 | | - ``` |
| 71 | + Launch Antigravity from your IDE or terminal. |
74 | 72 |
|
75 | 73 | 2. **Verify skills are installed** |
76 | 74 |
|
77 | | - ``` |
78 | | - /skills |
79 | | - ``` |
80 | | - |
81 | | - You should see `google-agents-cli-workflow` and other Agents CLI skills listed. |
| 75 | + Check that Agents CLI skills are available in your environment. |
82 | 76 |
|
83 | 77 | 3. **Ask it to build something** |
84 | 78 |
|
85 | 79 | ``` |
86 | 80 | Build a support agent that answers questions from our docs |
87 | 81 | ``` |
88 | 82 |
|
89 | | - Gemini will use the installed skills to scaffold, build, and evaluate your agent. |
| 83 | + Antigravity will use the installed skills to scaffold, build, and evaluate your agent. |
90 | 84 |
|
91 | 85 | === "Claude Code" |
92 | 86 |
|
@@ -132,24 +126,6 @@ See [Authentication](authentication.md) for full details. |
132 | 126 |
|
133 | 127 | Codex will use the installed skills to scaffold, build, and evaluate your agent. |
134 | 128 |
|
135 | | -=== "Antigravity" |
136 | | - |
137 | | - 1. **Open Antigravity** |
138 | | - |
139 | | - Launch Antigravity from your IDE or terminal. |
140 | | - |
141 | | - 2. **Verify skills are installed** |
142 | | - |
143 | | - Check that Agents CLI skills are available in your environment. |
144 | | - |
145 | | - 3. **Ask it to build something** |
146 | | - |
147 | | - ``` |
148 | | - Build a support agent that answers questions from our docs |
149 | | - ``` |
150 | | - |
151 | | - Antigravity will use the installed skills to scaffold, build, and evaluate your agent. |
152 | | - |
153 | 129 | === "Any Other Agent" |
154 | 130 |
|
155 | 131 | Agents CLI works with any coding agent that supports [skills](https://agentskills.io/what-are-skills). |
|
0 commit comments