One-click install
npx skills add https://github.com/kazunori279/adk-streaming-guide --skill google-adk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-adk
Source: https://github.com/kazunori279/adk-streaming-guide/tree/main/.claude/skills/google-adk
Command: npx skills add https://github.com/kazunori279/adk-streaming-guide --skill google-adk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git.

What problem does it solve?

Developers often need deep insights into the Google Agent Development Kit (ADK) Python SDK, including its source code, implementation patterns, and version compatibility. This Skill provides expert access and analysis capabilities, reducing debugging and integration headaches.

Core Features & Use Cases

  • Source Code Analysis: Directly access and analyze the ADK Python SDK source code for implementation details, helping you understand its inner workings.
  • API & Documentation Review: Quickly review official ADK documentation, examples, and release notes to stay up-to-date.
  • Compatibility Checks: Investigate method signatures, configuration parameters, and event handling for seamless version compatibility and upgrades.
  • Use Case: When debugging an issue with your ADK agent, use this Skill to examine the LiveRequestQueue implementation in the ADK source code and check recent changes in the CHANGELOG to pinpoint the problem quickly.

Quick Start

List the core ADK classes and methods related to Agent and SessionService initialization, and explain their usage patterns.