By healthcare-ai-consulting-llc
ADK 2.0 sessions and memory: rewind to checkpoints, migrate sessions, context cache/compression, artifact handling.
Use this skill to handle artifacts (files, images, PDFs, audio, blobs) in ADK 2.0 agent sessions — store, retrieve, attach to events, and pass between agents. Triggers on: "ADK artifacts", "ADK file upload", "attach image to ADK agent", "ADK binary output", "store PDF in ADK session", "agent file handling", "ArtifactService ADK". Generates code using ArtifactService to save_artifact / load_artifact and reference artifacts from agent events.
Use this skill to enable ADK 2.0 context caching and compression so long- running agent sessions don't blow the model's context window or burn tokens on repeated prefixes. Triggers on: "ADK context cache", "compress ADK history", "ADK long conversation memory", "prevent context overflow ADK", "ADK token budget", "summarize old turns ADK", "ADK conversation compaction". Generates configuration for cached prefixes and a compression callback that summarizes old events.
Use this skill to migrate ADK 2.0 sessions between storage backends or user contexts. Triggers on: "ADK migrate session", "move session to Vertex", "promote session from in-memory to persistent", "transfer ADK session", "session export/import", "ADK session backup", "session storage migration". Generates code that exports a session from one SessionService and imports into another, preserving events, state, and invocation history.
Use this skill to enable ADK 2.0 session rewind — revert a session to a prior invocation state and replay from there. Triggers on: "ADK rewind session", "ADK checkpoint", "undo last agent step", "replay ADK session", "rewindable sessions", "ADK time travel debug", "revert session state". Generates code that captures invocation IDs, calls session.rewind(to=...), and re-runs the agent from the chosen checkpoint.
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-sessions-memoryMulti-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.
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.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Memory compression system for Claude Code - persist context across sessions