@@ -11,45 +11,32 @@ server.
1111- [ ** ADK Docs Index** ] ( #adk-docs-index ) : Machine-readable documentation files
1212 following the ` llms.txt ` standard.
1313
14- ## agents-cli
15-
16- [ Agents CLI in Agent Platform] ( https://google.github.io/agents-cli/ ) is the command-line tool for
17- ADK development. It provides scaffolding commands, deployment tools, and
18- development skills that work with any compatible coding assistant, including
19- Gemini CLI, Antigravity, Claude Code, and Cursor.
14+ ## Agents CLI {#agents-cli}
15+
16+ The [ Agents CLI] ( https://google.github.io/agents-cli/ ) tool set lets you plug
17+ ADK agent expertise into your favorite AI-coding environments including
18+ Antigravity, Gemini CLI, Claude Code, and Cursor. Install Agents CLI into your
19+ current AI-powered development environment to scaffold, build, test, evaluate,
20+ and deploy ADK agents. Enable your development environment with these
21+ Agents CLI Skills:
22+
23+ * Development lifecycle and coding guidelines
24+ * Project scaffolding
25+ * Evaluation methodology and scoring
26+ * Agent Runtime, Cloud Run, and GKE deployment
27+ * Gemini Enterprise agent publishing
28+ * Trace, logging, and integrations
29+ * Python API quick reference and docs index
2030
2131To install Agents CLI and set up ADK development skills:
2232
2333``` bash
2434uvx google-agents-cli setup
2535```
2636
27- This installs both the CLI and coding skills. Browse the [ Agents CLI
28- documentation] ( https://google.github.io/agents-cli/ ) for more details.
29-
30- ### CLI Commands
31-
32- | Command | Description |
33- | ---------| -------------|
34- | ` agents-cli scaffold create ` | Create a new ADK agent project |
35- | ` agents-cli scaffold enhance ` | Add deployment to existing project |
36- | ` agents-cli eval ` | Run agent evaluations |
37- | ` agents-cli deploy ` | Deploy to Agent Runtime, Cloud Run, or GKE |
38- | ` agents-cli publish ` | Publish to Gemini Enterprise |
39-
40- ### Development Skills
41-
42- After setup, the following skills are available in your coding tool:
43-
44- | Skill | Description |
45- | -------| -------------|
46- | ` google-agents-cli-workflow ` | Development lifecycle and coding guidelines |
47- | ` google-agents-cli-adk-code ` | Python API quick reference and docs index |
48- | ` google-agents-cli-scaffold ` | Project scaffolding |
49- | ` google-agents-cli-eval ` | Evaluation methodology and scoring |
50- | ` google-agents-cli-deploy ` | Agent Runtime, Cloud Run, and GKE deployment |
51- | ` google-agents-cli-publish ` | Gemini Enterprise registration |
52- | ` google-agents-cli-observability ` | Tracing, logging, and integrations |
37+ For more information on installing Agents CLI and using it in your development
38+ environment, see the
39+ [ Agents CLI documentation] ( https://google.github.io/agents-cli/ ) .
5340
5441## ADK Docs MCP Server
5542
0 commit comments