plugins
All plugins

004-jeremy-google-cloud-agent-sdk

v2.24.0

Google Cloud Agent Development Kit (ADK) and Agent Starter Pack mastery - build containerized multi-agent systems with production-ready templates, deploy to Cloud Run/GKE/Agent Engine, RAG agents, ReAct agents, and multi-agent orchestration.

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/004-jeremy-google-cloud-agent-sdk/ inside the repository.

Layout

plugins/productivity/004-jeremy-google-cloud-agent-sdk/
├── .claude-plugin/plugin.json
└── skills/google-cloud-agent-sdk-master/SKILL.md

Skills1

google-cloud-agent-sdk-masterskills/google-cloud-agent-sdk-master/SKILL.md

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

Manifests1

plugins/productivity/004-jeremy-google-cloud-agent-sdk/.claude-plugin/plugin.json
{
  "name": "004-jeremy-google-cloud-agent-sdk",
  "version": "2.24.0",
  "description": "Google Cloud Agent Development Kit (ADK) and Agent Starter Pack mastery - build containerized multi-agent systems with production-ready templates, deploy to Cloud Run/GKE/Agent Engine, RAG agents, ReAct agents, and multi-agent orchestration.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "license": "MIT",
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "keywords": [
    "agent-development-kit",
    "adk",
    "agent-starter-pack",
    "multi-agent",
    "containerized-agents",
    "cloud-run",
    "gke",
    "agent-engine",
    "rag-agents",
    "react-agents",
    "google-cloud",
    "vertex-ai"
  ]
}