By healthcare-ai-consulting-llc
Multi-agent orchestration in ADK 2.0: coordinator+subagent, A2A protocol, graph workflows, dynamic branching loops.
Use this skill to call a remote A2A (Agent-to-Agent) endpoint from inside an ADK 2.0 agent. Triggers on: "call A2A agent", "consume A2A endpoint", "ADK calls remote agent", "use external agent as a tool", "A2A client", "agent-to-agent client", "remote agent reference". Generates an RemoteA2AAgent (or A2A tool wrapper) bound to the remote agent card URL, ready to drop into a coordinator's sub_agents=[] or tools=[] list.
Use this skill to expose an ADK 2.0 agent as an A2A (Agent-to-Agent) protocol service so other agents — including non-Python agents in Go, Java, or TypeScript — can call it. Triggers on: "expose ADK agent as A2A", "publish agent over A2A", "make ADK agent callable from another language", "A2A server", "agent-to-agent protocol", "A2A extension". Generates a server entrypoint that wraps your root_agent with the A2A protocol layer and serves it over HTTP.
Use this skill to design an ADK 2.0 coordinator agent with multiple subagents — the canonical multi-agent pattern. Triggers on: "ADK coordinator", "ADK subagents", "build an ADK agent team", "parent agent with sub_agents", "delegating ADK agent", "ADK collaborative agents", "agent that routes to specialists". Generates a coordinator LlmAgent with sub_agents=[...] containing N specialist agents, plus instruction text that teaches the coordinator when to delegate to each.
Use this skill to build ADK 2.0 dynamic workflows — code-defined logic for iterative loops, conditional branching, and runtime-determined agent composition. New in ADK 2.0. Triggers on: "ADK dynamic workflow", "ADK code-driven agent flow", "iterative agent loop with custom logic", "branching ADK workflow", "dynamic agent composition", "runtime agent graph", "ADK 2.0 imperative workflow". Generates a Python orchestration function that decides next steps based on session state.
Use this skill to design ADK 2.0 graph-based workflows — the new-in-2.0 feature for deterministic task routing with explicit node/edge control flow. Triggers on: "ADK graph workflow", "graph-based agent routing", "ADK 2.0 deterministic routing", "agent graph", "node-edge agent flow", "directed graph of agents", "ADK GraphAgent". Generates a graph definition with typed edges, conditional transitions, and entry/exit nodes — strictly deterministic, unlike the LLM-driven coordinator pattern.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin marketplace for Google ADK 2.0 (Agent Development Kit).
8 themed plugins · 37 skills · 8 slash commands. Covers every major ADK 2.0 surface: agent scaffolding, multi-agent graph workflows, tooling (MCP/OpenAPI/HITL), sessions with rewind, Gemini Live streaming, evaluation, deployment, observability/safety.
| Plugin | Skills | Surface |
|---|---|---|
adk-agent-builder | 5 | LlmAgent, Sequential/Loop/Parallel workflow agents, custom agents, agent config (no-code), multi-model router |
adk-multi-agent | 5 | Coordinator+subagent, A2A expose, A2A consume, graph workflows (2.0), dynamic workflows (2.0) |
adk-tools | 5 | Function tools, MCP tools, OpenAPI tools, tool-confirmation HITL, Google Search grounding |
adk-sessions-memory | 4 | Session rewind, session migrate, context cache/compress, artifacts |
adk-streaming | 4 | Gemini Live bootstrap, audio, vision, bidirectional tool streaming |
adk-evaluation | 5 | Eval sets, custom metrics, user sim, env sim, optimization loop |
adk-deployment | 5 | adk web, Cloud Run, GKE, Vertex Agent Engine, runtime config |
adk-observability-safety | 4 | Logging/callbacks, tool monitor, safety policies, auth framework |
/plugin marketplace add /Users/alexwork/Documents/ExternalHarddrive/Claude-Skill-Builder-V2-main/adk-2-toolkit
/plugin install adk-agent-builder@adk-2-toolkit
/plugin marketplace add Healthcare-AI-Consulting-LLC/adk-2-toolkit
/plugin install adk-agent-builder@adk-2-toolkit
pip install google-adk --pre # ADK 2.0 beta
# Or with extensions:
pip install "google-adk[extensions]" --pre
Python 3.10+ required.
Each plugin ships one entry-point command:
/adk-new-agent — scaffold an LlmAgent or workflow agent/adk-multi-agent — design coordinator + subagents/adk-add-tool — add a tool (function/MCP/OpenAPI) to an agent/adk-session — wire sessions, memory, rewind/adk-stream — bootstrap Gemini Live streaming/adk-eval — generate eval set + run adk eval/adk-deploy — deploy to Cloud Run / GKE / Vertex/adk-observe — wire callbacks, safety, authgoogle-adk is on the active Python path.Author and integrate ADK 2.0 tools: function tools, MCP tools, OpenAPI tools, human-in-the-loop tool confirmation, Google Search grounding.
ADK 2.0 sessions and memory: rewind to checkpoints, migrate sessions, context cache/compression, artifact handling.
Gemini Live API streaming agents in ADK 2.0: bootstrap, audio, vision, bidirectional tool streaming.
Evaluate and optimize ADK 2.0 agents: eval set generation, custom metrics, user simulation, environment simulation, optimization loops.
Observability and safety for ADK 2.0 agents: logging callbacks, tool monitoring, safety policies, auth framework.
npx claudepluginhub healthcare-ai-consulting-llc/adk-2-toolkit --plugin adk-multi-agentv9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development