What it does. Activate
/google-agents-cli-workflow
first for required development phases and scaffolding steps.
Read the topic index in references/samples.md
before answering "how do I build X". Worked implementations exist for: sandboxed/per-user code execution, agent-loadable
SKILL.md
skills, cross-session memory, approval gates before risky actions, tool guardrails, per-user credentials, and scheduled/event-driven runs.
Highlights
/google-agents-cli-workflow
— Development workflow, coding guidelines, and operational rules
/google-agents-cli-scaffold
— Project creation and enhancement with agents-cli scaffold create
/ scaffold enhance
/google-agents-cli-eval
— Evaluation methodology, dataset schema, and the eval-fix loop
/google-agents-cli-deploy
— Deployment targets, CI/CD pipelines, and production workflows
When to use it. Use when you "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and…
Install
npx skills add google/agents-cli --skill google-agents-cli-adk-code
Or copy the skill folder manually:
git clone https://github.com/google/agents-cli.git
cp -r agents-cli/skills/google-agents-cli-adk-code/ ~/.claude/skills/google-agents-cli-adk-code
Source: google/agents-cli — 5,793 stars, Apache-2.0, last pushed 2026-09-01.