jeremy-google-adk
v2.2.0Google Agent Development Kit (ADK) SDK starter kit for building Claude-powered AI agents with React patterns, multi-agent orchestration, and tool integration
by Jeremy LongshoreMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/jeremy-google-adk/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/adk-agent-builder/SKILL.md
Skills1
Scaffold production-ready AI agents on Google's Agent Development Kit (ADK): ReAct-style single agents, multi-agent orchestration (Sequential/Parallel/Loop), tool wiring, evaluation, and optional Vertex AI Agent Engine deployment. Use when building, scaffolding, or deploying ADK agents on Google Cloud, or when wiring ADK tools and orchestration patterns. Trigger with "build an ADK agent", "scaffold an agent on ADK", or "deploy to Agent Engine".
Manifests1
{
"name": "jeremy-google-adk",
"version": "2.2.0",
"description": "Google Agent Development Kit (ADK) SDK starter kit for building Claude-powered AI agents with React patterns, multi-agent orchestration, and tool integration",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@claudecodeplugins.io",
"url": "https://github.com/jeremylongshore"
},
"repository": "https://github.com/jeremylongshore/jeremy-google-adk",
"license": "MIT",
"keywords": [
"google",
"adk",
"agent-development-kit",
"sdk",
"ai-agents",
"claude",
"react-pattern",
"multi-agent",
"orchestration",
"tools",
"framework",
"scaffolding",
"starter-kit"
]
}