adk-sample-creator

Creates standardized ADK Python repository agent samples with predefined templates and documentation.

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/rahulgupta2018/agent-skills --skill adk-sample-creator-rahulgupta2018
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adk-sample-creator
Source: https://github.com/rahulgupta2018/agent-skills/tree/main/skills/adk-sample-creator
Command: npx skills add https://github.com/rahulgupta2018/agent-skills --skill adk-sample-creator-rahulgupta2018

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation of standardized samples for the ADK Python repository, ensuring consistency in folder structure, agent logic, and documentation.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically enforces the required structure for agent samples, including agent.py and README.md files.
  • Pattern Enforcement: Provides templates for both complex Workflow graphs and simple Standalone Agents.
  • Use Case: When a developer needs to demonstrate a new dynamic node pattern, this skill ensures the sample follows the correct import structure and documentation guidelines required for the ADK repository.

Quick Start

Use the adk-sample-creator skill to generate a new workflow sample in the contributing folder for a fan-out fan-in pattern.

Frequently Asked Questions about adk-sample-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new agent sample for the ADK Python repository?

To scaffold an ADK Python agent sample, use predefined templates that automatically generate the required folder structure, including agent.py and README.md files, while enforcing architectural guidelines and correct import structures.

What is the required folder structure for ADK Python workflow samples?

The required folder structure for ADK Python workflow samples includes standardized agent.py and README.md files, ensuring all samples follow established architectural guidelines and necessary documentation for the repository.

Does the ADK sample scaffolding process support complex workflow graphs?

Yes, the ADK sample scaffolding process supports complex workflow graphs by providing specific templates for dynamic node patterns, alongside templates for simple standalone agents, ensuring correct architectural guidelines.

Can I use this scaffolding tool to enforce documentation guidelines for ADK agents?

Yes, you can use this scaffolding tool to enforce documentation guidelines, as it ensures all generated ADK Python samples automatically include necessary README.md files and follow established best practices.

What's the best way to create a fan-out fan-in pattern sample in ADK Python?

The best way to create a fan-out fan-in pattern sample in ADK Python is to use the scaffolding templates designed for complex workflow graphs, which generate the contributing folder structure and enforce correct import patterns.