googlegoogleOfficialยท18 Agent Skills Included

adk-python

Build, test, and deploy Python AI agents with graph workflows

Builds production AI agents in Python with graph-based workflows, multi-agent delegation, tools, memory, and human-in-the-loop pauses. Removes the guesswork of agent development with built-in debugging, evaluation, code review, and documentation skills. Helps developers ship reliable agents faster with ready-made conventions for testing, styling, and deploying to Cloud Run or Vertex AI.
npx skills add google/adk-python --all -g -y
Available:

Directs the AI agent to the ADK skill files for architecture, setup, and component guidance when building or maintaining agents in this repository.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
googlegoogle

weather-skill

Retrieve weather summaries with conditional humidity and wind speed lookups.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

adk-agent-builder

Build and refine ADK AI agents and workflow graphs with reference guidance.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

adk-architecture

Explain ADK node execution, event-driven state reconstruction, and checkpoint resume semantics.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

adk-debug

Inspect ADK agent sessions and trace event flows across adk web and adk run workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
googlegoogle

adk-git

Generate Conventional Commit messages with type/scope formatting for adk-python git operations.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

adk-sample-creator

Scaffold ADK Python sample directories with agent.py and README.md files.

Official
Intermediate
๐Ÿ“ฆ In Repo
googlegoogle

adk-setup

Set up an ADK Python development environment with uv, pre-commit, tox, and pytest.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

adk-style

Standardize ADK Python code formatting, typing, imports, logging, and Pydantic v2 models.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

bigquery-ai-ml

Generate BigQuery SQL using AI.* functions for forecasting, anomaly detection, and semantic search.

Official
Intermediate
๐Ÿ“ฆ In Repo
googlegoogle

code-review-skill

Reviews code with feedback tailored to the developer profile stored in session state.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

calc-skill

Performs addition, subtraction, and multiplication by executing a Python calculation script.

Official
Basic
๐Ÿ“ฆ In Repo
googlegoogle

text-skill

Formats strings into uppercase text using a shell script.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install adk-python?โ–ผ

Run `npx skills add google/adk-python --all -g -y` in your terminal to install all skills in this suite globally.

What is Google ADK used for?โ–ผ

ADK is a code-first Python framework for building, evaluating, and deploying AI agents, from single assistants to complex multi-agent workflows.

Does ADK only work with Gemini models?โ–ผ

No. ADK is optimized for Gemini but is model-agnostic and works with other models through LiteLLM and custom integrations.

How do I debug a misbehaving ADK agent?โ–ผ

Use the adk-debug skill, which inspects sessions, events, tool calls, and the exact request sent to the model via the adk run CLI or adk web trace endpoints.

Can I deploy ADK agents to production?โ–ผ

Yes. You can containerize agents and deploy them on Cloud Run or scale them with Vertex AI Agent Engine.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’