google-adk
Google ADK
Comprehensive reference for Google's Agent Development Kit. Use this skill when:
- Creating or configuring any ADK agent (
LlmAgent,SequentialAgent,LoopAgent,ParallelAgent, custom agents) - Wiring tools to agents (function tools, built-in tools, MCP, OpenAPI, tool authentication)
- Managing sessions, state, and memory
- Building multi-agent systems or agent pipelines
- Integrating the Gemini Live API or building streaming agents
- Deploying agents to Cloud Run, GKE, or Vertex AI Agent Engine
- Evaluating agent behavior or writing agent tests
- Using the A2A (Agent-to-Agent) protocol for inter-agent communication
- Configuring callbacks, grounding, context caching, or observability
How to Use This Skill
- Identify the task from the Quick Reference table below
- Load the concept reference file (prose, architecture, API parameters)
- If you need runnable code, also load the matching language sidecar:
filename-python.md,filename-typescript.md,filename-go.md, orfilename-java.md
More from milistu/agent-skills
apple-human-interface-guidelines
Apple Human Interface Guidelines (HIG) reference for designing iOS, iPadOS, macOS, tvOS, visionOS, watchOS apps. Covers UI components, layout, accessibility, typography, navigation, inputs, and platform technologies. Use when designing Apple platform UIs, reviewing SwiftUI/UIKit patterns, or applying HIG design principles to any app.
50challenge-me
Direct technical advisor mode for counting/estimation and architecture/design
27pr-message
Write a concise, high-signal GitHub pull request message that explains intent, impact, and risk
26conventional-comments
Format review comments following the Conventional Comments standard. Use when writing code review comments, PR feedback, RFC reviews, peer reviews, or when the user asks for help with review comments.
25conventional-commits
Generate commit messages following the Conventional Commits v1.0.0 specification with Angular convention types. Use when creating git commits, writing commit messages, or when the user asks for help with commit messages.
24pr-review
Analyze and explain a pull request to help review it effectively
22