google-agents-cli-adk-code

Quick reference for ADK Python patterns: agents, tools, callbacks, and state management.

google ↓ 60k
Claude Code
View source ↗

What it does

  • /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

Requirements & configuration

  • | references/adk-workflows.md | Graph-based Workflow API (ADK 2.0): nodes, edges, fan-out/fan-in, HITL, parallel processing. Use when you need explicit graph topology. |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Quick reference for ADK Python patterns: agents, tools, callbacks, and state management.

Source

Repository: https://github.com/google/agents-cli

google-agents-cli-adk-code FAQ

What does the google-agents-cli-adk-code skill do?

> This skill should be used when the user wants to "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 code examples. Part of the Google ADK skills suite. It provides a quick reference for agent types, tool definitions, orchestration patterns, callbacks, and state management. Do NOT use for creating new projects (use google-agents-cli-scaffold) or deployment (use google-agents-cli-deploy). /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

What does google-agents-cli-adk-code require?

| references/adk-workflows.md | Graph-based Workflow API (ADK 2.0): nodes, edges, fan-out/fan-in, HITL, parallel processing. Use when you need explicit graph topology. |

How do I install google-agents-cli-adk-code?

Run: npx -y skills add https://github.com/google/agents-cli --skill google-agents-cli-adk-code --agent claude-code — the source lives at github.com/google/agents-cli.

Maintain google-agents-cli-adk-code?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

google-agents-cli-adk-code on getagentictools
[![google-agents-cli-adk-code on getagentictools](https://getagentictools.com/badge/skills/google-agents-cli-google-agents-cli-adk-code.svg)](https://getagentictools.com/skills/google-agents-cli-google-agents-cli-adk-code?ref=badge)
npx agentictools info skills/google-agents-cli-google-agents-cli-adk-code

The second line is the CLI lookup for this page — handy in READMEs and docs.