adk-agent-development

Automate end-to-end ADK agent development with tool integration and cloud deployment.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/N0Obitaz/restaurant_concierge-ADK-Agent --skill adk-agent-development-n0obitaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adk-agent-development
Source: https://github.com/N0Obitaz/restaurant_concierge-ADK-Agent/tree/main/.agents/skills/adk-agent-development
Command: npx skills add https://github.com/N0Obitaz/restaurant_concierge-ADK-Agent --skill adk-agent-development-n0obitaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build robust AI agents using Google's ADK, covering agent creation, tooling, state management, persistence, deployment, and MCP Toolbox integration.

Core Features & Use Cases

  • End-to-end ADK patterns: Foundations to deployment, including tool integration and state handling.
  • Production-ready codelab references: Source patterns from multiple codelabs to accelerate development.
  • Scalable deployment: Guidance for Cloud Run deployment, FastAPI servers, and Cloud SQL-backed sessions.

Quick Start

Set up an ADK-enabled agent following the codelabs-based patterns for project structure, tooling, and deployment.

Frequently Asked Questions about adk-agent-development

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

FAQPage Schema
How do I build production-ready agents using Google's ADK?

Build production-ready ADK agents by applying structured patterns for tool integration, state management, and persistence. It guides you through creating robust agents ready for scalable cloud deployment using codelab references.

How do I manage agent state and persistence with Cloud SQL in ADK?

Manage agent state and persistence with Cloud SQL by implementing production-grade session patterns. This approach ensures reliable state handling across interactions for scalable ADK-powered agents.

Can I deploy ADK agents to Cloud Run using a FastAPI server?

Yes, you can deploy ADK agents to Cloud Run using a FastAPI server. This configuration provides a scalable deployment environment and integrates seamlessly with Cloud SQL-backed sessions.

What is the best way to structure an ADK project for tool integration?

Structure an ADK project for tool integration by following codelab-sourced patterns. These patterns establish a solid project foundation, enabling effective tool handling and MCP Toolbox integrations.

Does ADK work with MCP Toolbox for agent tooling?

Yes, ADK works with MCP Toolbox integrations to enhance agent tooling. This allows you to connect your agents to external data sources and APIs using standardized tool patterns.