← All plugins
jeremy-adk-orchestrator
v2.29.0Production ADK orchestrator for A2A protocol and multi-agent coordination on Vertex AI
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 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-adk-orchestrator/ inside the repository.
Layout
plugins/ai-ml/jeremy-adk-orchestrator/
├── .claude-plugin/plugin.json└── skills/adk-deployment-specialist/SKILL.md
Skills1
adk-deployment-specialistskills/adk-deployment-specialist/SKILL.md
Deploy and orchestrate Vertex AI ADK agents using A2A protocol. Manages AgentCard discovery, task submission, Code Execution Sandbox, and Memory Bank. Use when asked to "deploy ADK agent" or "orchestrate agents". Trigger with phrases like 'deploy', 'infrastructure', or 'CI/CD'.
Manifests1
plugins/ai-ml/jeremy-adk-orchestrator/.claude-plugin/plugin.json
{
"name": "jeremy-adk-orchestrator",
"version": "2.29.0",
"description": "Production ADK orchestrator for A2A protocol and multi-agent coordination on Vertex AI",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"vertex-ai",
"adk",
"agent-development-kit",
"a2a-protocol",
"multi-agent",
"code-execution",
"memory-bank",
"google-cloud",
"agent-engine",
"orchestration"
]
}