adk-deployment-specialist

Adk Deployment Specialist

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "adk-deployment-specialist" with this command: npx skills add jeremylongshore/claude-code-plugins-plus-skills/jeremylongshore-claude-code-plugins-plus-skills-adk-deployment-specialist

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

  • Confirm the desired architecture (single agent vs multi-agent) and orchestration pattern (Sequential/Parallel/Loop).

  • Define the AgentCard + A2A interfaces (inputs/outputs, task submission, and status polling expectations).

  • Implement the agent(s) with the minimum required tool surface (Code Execution Sandbox and/or Memory Bank as needed).

  • Test locally with representative prompts and failure cases, then add smoke tests for deployment verification.

  • Deploy to Vertex AI Agent Engine and validate the generated endpoints (/.well-known/agent-card , task send/status APIs).

  • 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 ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.

Examples

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

Resources

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

backtesting-trading-strategies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

svg-icon-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

performance-lighthouse-runner

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mindmap-generator

No summary provided by upstream source.

Repository SourceNeeds Review