← All plugins
jeremy-gcp-starter-examples
v2.25.0Google Cloud starter kits and example code aggregator with ADK samples
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/jeremy-gcp-starter-examples/ inside the repository.
Layout
plugins/ai-ml/jeremy-gcp-starter-examples/
├── .claude-plugin/plugin.json└── skills/gcp-examples-expert/SKILL.md
Skills1
gcp-examples-expertskills/gcp-examples-expert/SKILL.md
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.
Manifests1
plugins/ai-ml/jeremy-gcp-starter-examples/.claude-plugin/plugin.json
{
"name": "jeremy-gcp-starter-examples",
"version": "2.25.0",
"description": "Google Cloud starter kits and example code aggregator with ADK samples",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"google-cloud",
"adk-samples",
"genkit-examples",
"vertex-ai",
"agent-starter-pack",
"code-examples",
"starter-kits",
"templates"
]
}