Loading...
Loading...
Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit) development lifecycle.
npx skill4agent add google/skills google-agents-cli-onboarding[!TIP] One-Time Setup: To install the CLI and enable all 7 specialized development skills in your coding agent, run the setup command:bashuvx google-agents-cli setupAlternatively, to install only the expert skills and let the agent handle execution:bashnpx skills add google/agents-cli
| Phase | Specialized Skill | Purpose / When to Load |
|---|---|---|
| 0 — Understand | | Clarify intent. Define the agent spec in |
| 1 — Study | | Leverage samples. Study existing agent samples (e.g., |
| 2 — Scaffold | | Create/Enhance. Initialize the project structure, CI/CD, and infrastructure templates. |
| 3 — Build | | Implement. Write agent logic, tools, callbacks, and manage state using ADK APIs. |
| 4 — Evaluate | | Validate Quality. Run systematic evaluations (LLM-as-judge). |
| 5 — Deploy | | Go Production. Deploy to Agent Runtime (Vertex AI), Cloud Run, or GKE. |
| 6 — Publish | | Register. Make your agent available as a tool in Gemini Enterprise. |
| 7 — Observe | | Monitor. Set up Cloud Trace, prompt-response logging, and BigQuery analytics. |
| Command | Description |
|---|---|
| Install the CLI and configure skills in your coding agent. |
| Create a new agent project from a template. |
| Run the agent and grade the traces in a single step (generate + grade). |
| Deploy your agent to Google Cloud (Agent Runtime, Cloud Run, GKE). |
| Register your deployed agent with Gemini Enterprise. |
agents-cli --helpuvxnpx[!TIP]agents-cli info.agents-cli-spec.md