Skip to content

Skills Reference

Skills are context files installed to coding agents (Gemini CLI, Claude Code, GitHub Copilot) via agents-cli setup. They provide domain-specific guidance for working with generated agent projects.

agents-cli setup      # Install all skills
agents-cli update     # Reinstall / update skills

google-agents-cli-adk-code

It provides a quick reference for agent types, tool definitions, orchestration patterns, callbacks, and state management.


google-agents-cli-deploy

Covers deployment workflows, service accounts, rollback, and production infrastructure. Part of the Google ADK (Agent Development Kit) skills suite.


google-agents-cli-eval

Covers eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Part of the Google ADK (Agent Development Kit) skills suite.


google-agents-cli-observability

Covers Cloud Trace, prompt-response logging, BigQuery Agent Analytics, third-party integrations (AgentOps, Phoenix, MLflow, etc.), and troubleshooting. Part of the Google ADK (Agent Development Kit) skills suite.


google-agents-cli-publish

Covers ADK vs A2A registration modes, programmatic and interactive usage, flag reference, auto-detection from deployment metadata, and troubleshooting. Part of the Google ADK (Agent Development Kit) skills suite.


google-agents-cli-scaffold

Covers agents-cli scaffold create, scaffold enhance, and scaffold upgrade commands, template options, deployment targets, and the prototype-first workflow.


google-agents-cli-workflow

Always active — provides the full workflow (scaffold, build, evaluate, deploy, publish, observe), code preservation rules, model selection guidance, and troubleshooting steps for ADK or any agent development.