jeremylongshore

adk-deployment-specialist

@jeremylongshore/adk-deployment-specialist
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

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'.

Installation

$skills install @jeremylongshore/adk-deployment-specialist
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/ai-ml/jeremy-adk-orchestrator/skills/adk-deployment-specialist/SKILL.md
Branchmain
Scoped Name@jeremylongshore/adk-deployment-specialist

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: adk-deployment-specialist description: | 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'. allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*) version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Adk Deployment Specialist

Overview

Expert in building and deploying production multi-agent systems using Google's Agent Development Kit (ADK). Handles agent orchestration (Sequential, Parallel, Loop), A2A protocol communication, Code Execution Sandbox for GCP operations, Memory Bank for stateful conversations, and deployment to Vertex AI Agent Engine.

Prerequisites

  • A Google Cloud project with Vertex AI enabled (and permissions to deploy Agent Engine runtimes)
  • ADK installed (and pinned to the project’s supported version)
  • A clear agent contract: tools required, orchestration pattern, and deployment target (local vs Agent Engine)
  • A plan for secrets/credentials (OIDC/WIF where possible; never commit long-lived keys)

Instructions

  1. Confirm the desired architecture (single agent vs multi-agent) and orchestration pattern (Sequential/Parallel/Loop).
  2. Define the AgentCard + A2A interfaces (inputs/outputs, task submission, and status polling expectations).
  3. Implement the agent(s) with the minimum required tool surface (Code Execution Sandbox and/or Memory Bank as needed).
  4. Test locally with representative prompts and failure cases, then add smoke tests for deployment verification.
  5. Deploy to Vertex AI Agent Engine and validate the generated endpoints (/.well-known/agent-card, task send/status APIs).
  6. Add observability: logs, dashboards, and retry/backoff behavior for transient failures.

Output

  • Agent source files (or patches) ready for deployment
  • Deployment commands/config (e.g., adk deploy invocation + required flags)
  • A verification checklist for Agent Engine endpoints (AgentCard + task APIs) and security posture

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

More by jeremylongshore

View all
oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.

rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").