SkillAgentSearch skills...

google-agents-cli-onboarding

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…

Install / Use

npx skills add google/skills --skill google-agents-cli-onboarding

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

85/100

Category

Operations

Supported Platforms

Zed

Our assessment of google-agents-cli-onboarding

google-agents-cli-onboarding scores 85/100 on our quality scale, 153rd of 259 Operations skills we index.

Its SKILL.md is 3.9 KB long, split into 7 sections and no code examples: a solid amount of guidance for an agent.

With 20,340 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
11/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so google-agents-cli-onboarding is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

google-agents-cli-onboarding compared with similar skills

All 4 of these similar skills score higher than google-agents-cli-onboarding; compare them before choosing.

SkillScoreStarsUpdatedFormat
google-agents-cli-onboarding (this skill)by google8520.3k2d agoSKILL.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install google-agents-cli-onboarding?
Run npx skills add google/skills --skill google-agents-cli-onboarding. The install tabs above show the steps for each supported agent.
Which AI agents does google-agents-cli-onboarding work with?
It is written for Zed, as a SKILL.md file. Other agents that read the same format can often use it too.
Is google-agents-cli-onboarding safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is google-agents-cli-onboarding still maintained?
The repository was last updated 2 days ago, so google-agents-cli-onboarding is actively maintained.

name: google-agents-cli-onboarding metadata: version: "1.0.0" category: DevOps description: >- 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.

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:

uvx google-agents-cli setup

Alternatively, to install only the expert skills and let the agent handle execution:

npx skills add google/agents-cli

Overview

This skill serves as the entrypoint for agents-cli — Google's toolkit for building, evaluating, and deploying AI agents on the Gemini Enterprise Agent Platform.

Use this skill to perform the initial setup and identify the correct specialized workflows for your task.

The Agent Development Lifecycle

After running the setup, the following specialized skills become available and will activate automatically based on your requests. Use this table to identify which skill to load for your current phase:

| Phase | Specialized Skill | Purpose / When to Load | | :--- | :--- | :--- | | 0 — Understand | google-agents-cli-workflow | Clarify intent. Define the agent spec in .agents-cli-spec.md before coding. | | 1 — Study | google-agents-cli-workflow | Leverage samples. Study existing agent samples (e.g., ambient-expense) before scaffolding. | | 2 — Scaffold | google-agents-cli-scaffold | Create/Enhance. Initialize the project structure, CI/CD, and infrastructure templates. | | 3 — Build | google-agents-cli-adk-code | Implement. Write agent logic, tools, callbacks, and manage state using ADK APIs. | | 4 — Evaluate | google-agents-cli-eval | Validate Quality. Run systematic evaluations (LLM-as-judge). | | 5 — Deploy | google-agents-cli-deploy | Go Production. Deploy to Agent Runtime (Vertex AI), Cloud Run, or GKE. | | 6 — Publish | google-agents-cli-publish | Register. Make your agent available as a tool in Gemini Enterprise. | | 7 — Observe | google-agents-cli-observability | Monitor. Set up Cloud Trace, prompt-response logging, and BigQuery analytics. |

Key CLI Commands

Below are the primary commands you will use throughout the development lifecycle:

| Command | Description | | :--- | :--- | | agents-cli setup | Install the CLI and configure skills in your coding agent. | | agents-cli scaffold <name> | Create a new agent project from a template. | | agents-cli eval run | Run the agent and grade the traces in a single step (generate + grade). | | agents-cli deploy | Deploy your agent to Google Cloud (Agent Runtime, Cloud Run, GKE). | | agents-cli publish gemini-enterprise | Register your deployed agent with Gemini Enterprise. |

For the full list of available commands and global options, run agents-cli --help.

Next Steps

Follow this sequence to initiate the development workflow:

  1. Execute Setup: Run the uvx or npx command in the [!TIP] box above to install the CLI and enable the specialized skills in your environment.
  2. Verify Installation: Run agents-cli info to confirm the installation and view the active project configuration.
  3. Initiate Phase 0: Ask the user for their core requirements (agent purpose, external tools, deployment target) and document them in .agents-cli-spec.md before writing any code.

Reporting Issues

Report bugs or improvements at Google Agents CLI Issues.

Supporting Links

Related Skills

View on GitHub
GitHub Stars20.3k
CategoryOperations
Updated2d ago
Forks1.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions