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-styleskill to learn about ADK 2.0 architecture knowledge and best practices.
A sample consists of:
- A directory per sample.
- An
agent.pyfile defining the agent or workflow logic. - A
README.mdfile explaining the sample.
Guidelines
1. Folder Name
Use snake_case for the folder name (e.g., dynamic_nodes, fan_out_fan_in).