jeremylongshore

google-cloud-agent-sdk-master

@jeremylongshore/google-cloud-agent-sdk-master
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Execute automatic activation for all google cloud agent development kit (adk) Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Installation

$skills install @jeremylongshore/google-cloud-agent-sdk-master
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/productivity/004-jeremy-google-cloud-agent-sdk/skills/google-cloud-agent-sdk-master/SKILL.md
Branchmain
Scoped Name@jeremylongshore/google-cloud-agent-sdk-master

Usage

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

Verify installation:

skills list

Skill Instructions


name: google-cloud-agent-sdk-master description: | Execute automatic activation for all google cloud agent development kit (adk) Use when appropriate context detected. Trigger with relevant phrases based on skill purpose. allowed-tools: Read, WebFetch, WebSearch, Grep version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Google Cloud Agent SDK Master

Master Google’s Agent Development Kit (ADK) patterns for building and deploying production-grade agents with clear tool contracts, validation, and operational guardrails.

Overview

Use this skill to quickly answer “how do I do X with Google ADK?” and to produce a safe, production-oriented plan (structure, patterns, deployment, verification) rather than ad-hoc snippets.

Examples

Example: Pick the right ADK pattern

  • Request: “Should this be a single agent or a multi-agent orchestrator?”
  • Output: an architecture recommendation with tradeoffs, plus a minimal scaffold plan.

Prerequisites

  • The target environment (local-only vs Vertex AI Agent Engine)
  • The agent’s core job, expected inputs/outputs, and required tools
  • Any constraints (latency, cost, compliance/security)

Instructions

  1. Clarify requirements and choose an ADK architecture (single vs multi-agent; orchestration pattern).
  2. Define tool interfaces (inputs, outputs, and error contracts) and how secrets are managed.
  3. Provide an implementation plan with a minimal scaffold and incremental milestones.
  4. Add validation: smoke prompts, regression tests, and deployment verification steps.

Output

  • A recommended ADK architecture and scaffold layout
  • A checklist of commands to validate locally and in CI
  • Optional: deployment steps and post-deploy health checks

Error Handling

  • If documentation conflicts, prefer the latest canonical standards in 000-docs/6767-*.
  • If an API feature is unavailable in a region/version, propose a compatible alternative.

Resources

More by jeremylongshore

View all
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").

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.