Agent SkillsAgent Skills
jeremylongshore

adk-deployment-specialist

@jeremylongshore/adk-deployment-specialist
jeremylongshore
1,768
232 forks
Updated 3/31/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

$npx agent-skills-cli 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:

npx agent-skills-cli 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: 2.1.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT compatible-with: claude-code, codex, openclaw effort: high argument-hint: "<agent-name or project-id>" tags: [ai, deployment, ci-cd]


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., vertexai.Client.agent_engines.create() invocation + required parameters)
  • A verification checklist for Agent Engine endpoints (AgentCard + task APIs) and security posture

Error Handling

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

Examples

See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.

Resources

More by jeremylongshore

View all
vertex-agent-builder
1,768

Build and deploy production-ready generative AI agents using Vertex AI, Gemini models, and Google Cloud infrastructure with RAG, function calling, and multi-modal capabilities. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

gcp-examples-expert
1,768

Generate production-ready Google Cloud code examples from official repositories including ADK samples, Genkit templates, Vertex AI notebooks, and Gemini patterns. Use when asked to "show ADK example" or "provide GCP starter kit". Trigger with relevant phrases based on skill purpose.

genkit-production-expert
1,768

Build production Firebase Genkit applications including RAG systems, multi-step flows, and tool calling for Node.js/Python/Go. Deploy to Firebase Functions or Cloud Run with AI monitoring. Use when asked to "create genkit flow" or "implement RAG". Trigger with relevant phrases based on skill purpose.

validator-expert
1,768

Validate production readiness of Vertex AI Agent Engine deployments across security, monitoring, performance, compliance, and best practices. Generates weighted scores (0-100%) with actionable remediation plans. Use when asked to validate a deployment, run a production readiness check, audit security posture, or verify compliance for Vertex AI agents. Trigger with "validate deployment", "production readiness", "security audit", "compliance check", "is this agent ready for prod", "check my ADK agent", "review before deploy", or "production readiness check". Make sure to use this skill whenever validating ADK agents for Agent Engine.