By healthcare-ai-consulting-llc
Scaffold ADK 2.0 agents: LlmAgent, Sequential/Loop/Parallel workflow agents, custom agents, no-code agent config, multi-model routing.
Use this skill to define an ADK 2.0 agent declaratively in YAML/JSON via Agent Config — no Python code required. Triggers on: "ADK agent config", "no-code ADK agent", "agent.yaml", "declare ADK agent in YAML", "build agent without code", "ADK config file". Generates an agent.yaml describing model, instruction, tools, and sub_agents that ADK loads at runtime. Best for non-engineers, quick iteration, or storing agent definitions in a config repo.
Use this skill to subclass google.adk.agents.BaseAgent and implement a custom agent with full control over the run loop, event emission, and state transitions. Triggers on: "custom ADK agent", "subclass BaseAgent", "extend ADK with my own agent class", "non-LLM agent in ADK", "deterministic agent with custom logic", "ADK agent without an LLM call". Generates a class that overrides _run_async_impl and yields Events, ready to drop into a workflow or coordinator hierarchy.
Use this skill when the user wants to create a new ADK 2.0 LlmAgent or Agent in Python. Triggers on: "scaffold an ADK agent", "create a Gemini agent", "new LlmAgent", "build an ADK agent that uses tools", "google-adk agent starter", "set up a root_agent". Generates a runnable agent.py with google.adk.agents.Agent or LlmAgent, model selection (gemini-2.5-flash by default), instruction, description, and a tools=[] list ready for binding. Do NOT use for multi-agent coordinator setups (use coordinator-subagent-pattern) or workflow agents (use workflow-agent-scaffold).
Use this skill to wire ADK 2.0 agents that route across multiple LLM providers — Gemini, Gemma, Anthropic Claude, Ollama, vLLM, LiteLLM, Apigee AI Gateway, LiteRT-LM. Triggers on: "use Claude in ADK", "swap Gemini for Llama", "ADK with Ollama", "ADK LiteLLM", "ADK multi-provider", "route between models in ADK", "fallback model in ADK". Generates model-string config or a custom model adapter that ADK passes to the agent's model parameter, plus optional cost/latency-aware routing logic.
Use this skill to scaffold an ADK 2.0 Workflow Agent — Sequential, Loop, or Parallel — for deterministic multi-step pipelines. Triggers on: "ADK sequential agent", "build an ADK pipeline", "loop agent that retries", "run agents in parallel", "ADK workflow agent", "chain ADK agents", "deterministic agent flow". Generates SequentialAgent / LoopAgent / ParallelAgent code wiring N sub-LlmAgents in the requested topology, with termination conditions for loops. Use when control flow is fixed and deterministic — for code-driven branching/iteration use dynamic-workflow-builder, for graph-routed workflows use graph-workflow-designer.
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.npx claudepluginhub healthcare-ai-consulting-llc/adk-2-toolkit --plugin adk-agent-builderMulti-agent orchestration in ADK 2.0: coordinator+subagent, A2A protocol, graph workflows, dynamic branching loops.
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.
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).
v9.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.
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