adk-sample-creator

Installation
SKILL.md

ADK Sample Creator

This skill helps you create new samples for the ADK Python repository. You should search for subdirectories under contributing (such as new_workflow_samples, workflow_samples, etc.) and confirm with the user which folder they want to use before creating the sample.

[!TIP]

Before creating samples, you can use the adk-style skill to learn about ADK 2.0 architecture knowledge and best practices.

A sample consists of:

  1. A directory per sample.
  2. An agent.py file defining the agent or workflow logic.
  3. A README.md file explaining the sample.

Guidelines

1. Folder Name

Use snake_case for the folder name (e.g., dynamic_nodes, fan_out_fan_in).

Installs
25
GitHub Stars
20.3K
First Seen
May 19, 2026
adk-sample-creator — google/adk-python