Skip to content
OpenSmartRoute
Skillv1.0.0

google-cloud-agent-sdk-master

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

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/google-cloud-agent-sdk-master/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill google-cloud-agent-sdk-master. Copyright stays with the author (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

  • Full detailed guide (kept for reference): ${CLAUDE_SKILL_DIR}/references/SKILL.full.md
  • ADK / Agent Engine docs:
  • Canonical repo standards: 000-docs/6767-a-SPEC-DR-STND-claude-code-plugins-standard.md

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-google-cloud-f1795b/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-google-cloud-f1795b.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-google-cloud-f1795b",
  "kind": "skill",
  "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.",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "productivity",
      "gcp",
      "google-cloud",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Execute automatic activation for all google cloud agent development kit (adk) Use when appropriate context detected. Trigger with relevant phrases based on skill purpose."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/google-cloud-agent-sdk-master/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/google-cloud-agent-sdk-master/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/google-cloud-agent-sdk-master/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "WebFetch,",
      "WebSearch,",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Google Cloud Agent SDK Master\n\nMaster Google’s Agent Development Kit (ADK) patterns for building and deploying production-grade agents with clear tool contracts, validation, and operational guardrails.\n\n## Overview\n\nUse 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.\n\n## Examples\n\n**Example: Pick the right ADK pattern**\n\n- Request: “Should this be a single agent or a multi-agent orchestrator?”\n- Output: an architecture recommendation with tradeoffs, plus ",
  "cost": {
    "context_tokens": 455
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-google-cloud-f1795b/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.