What problem does it solve?
This skill reduces the friction of adding new, consistent, repository-ready ADK Python samples by guiding you through choosing the correct contributing folder and creating the required file structure.
Core Features & Use Cases
- Creates new sample scaffolding: Builds a directory-per-sample structure with an agent.py and a README.md.
- Guides correct placement: Prompts you to select the appropriate contributing subdirectory to extend (e.g., workflow_samples, task_samples, new_workflow_samples).
- Enforces sample conventions: Uses consistent snake_case naming and provides pattern-specific guidance for workflows vs standalone agents, including README sections and Mermaid graph requirements.
- Supports common ADK patterns: Facilitates examples that demonstrate agent patterns like dynamic nodes, standalone agents, and fan-out/fan-in.
Quick Start
Use this skill when you want to add a new ADK Python example, then choose the contributing folder you want to add it under and describe the feature/pattern your sample should demonstrate.