ck:google-adk-python

Build and orchestrate AI agents with Google ADK Python.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-google-adk-python-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:google-adk-python
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/google-adk-python
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-google-adk-python-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers design, connect, test, and deploy AI agents in Python without having to piece together agent patterns, tool integrations, and production setup from scratch.

Core Features & Use Cases

  • Multi-agent design for coordinator, sequential, parallel, and loop-based workflows.
  • Tool integration for custom Python functions, MCP servers, and built-in tool support.
  • Production readiness for callbacks, plugins, session state, memory, artifacts, evaluation, and deployment on Cloud Run, Vertex AI, or GKE.
  • Use case: build a customer support agent that routes requests to specialist sub-agents, uses external tools, preserves session state, and ships with evaluation coverage.

Quick Start

Ask for help building a Google ADK Python agent or multi-agent app with tools, state, evaluation, and deployment guidance.

Frequently Asked Questions about ck:google-adk-python

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

FAQPage Schema
How do I build a multi-agent workflow in Python using Google ADK?

Build multi-agent workflows in Google ADK by structuring Python agents into coordinator, sequential, parallel, or loop-based patterns. This Skill provides reference-driven architecture guidance for orchestrating these workflows, handling A2A communication, and routing tasks between specialist sub-agents.

Can I integrate MCP servers and custom Python tools with Google ADK agents?

Yes, you can integrate MCP servers and custom Python tools with Google ADK agents. The Skill covers tool context support and reference integration patterns for connecting external Model Context Protocol servers and built-in functions to your multi-agent application.

What's the best way to manage session state and memory in Python AI agents?

Manage session state and memory in Python AI agents using Google ADK's built-in state, memory, and artifact handling features. This Skill provides architectural guidance for preserving session context across multi-agent interactions and customer support routing scenarios.

Does Google ADK support deployment on Vertex AI and Cloud Run for production agents?

Yes, Google ADK supports deployment on Vertex AI, Cloud Run, and GKE for production agents. This Skill provides reference-driven guidance for cloud deployment scenarios, ensuring your multi-agent Python application ships with evaluation coverage and observability.

How do I evaluate and test AI agents built with Google ADK Python?

Evaluate and test AI agents built with Google ADK Python by leveraging the framework's evaluation and callback features. This Skill covers production readiness patterns including testing, observability, and evaluation coverage to validate multi-agent workflows before deployment.

Do I need Python entry points to build multi-agent apps with Google ADK?

Yes, you need Python agent entry points to build multi-agent apps with Google ADK. This Skill requires Python entry points and tool context support to provide architecture, state handling, and deployment guidance for production-ready AI agents.