google-agents-cli (onboarding)
Entrypoint skill for agents-cli — Google's CLI for scaffolding, developing, evaluating, and deploying AI agents with the Agent Development Kit (ADK).
Requires:
agents-clianduvOne-time setup:uvx google-agents-cli setupInstall uv first if needed.
Setup
Run this once to install the CLI and all 7 specialized skills into the user's coding agent:
uvx google-agents-cli setup
After setup, the following skills become available and activate automatically based on the user's request:
google-agents-cli-workflow— full development lifecycle (always active)google-agents-cli-scaffold— create new ADK projects, add CI/CD or deploymentgoogle-agents-cli-adk-code— ADK Python API reference (agent types, tools, callbacks)google-agents-cli-eval— run and debug agent evaluationsgoogle-agents-cli-deploy— deploy to Agent Runtime, Cloud Run, or GKEgoogle-agents-cli-publish— register agents with Gemini Enterprisegoogle-agents-cli-observability— production tracing, logging, monitoring
After setup
Re-read the user's request — the relevant specialized skill above will match it and provide detailed guidance.