gcp-examples-expert
jeremylongshore/claude-code-plugins-plus
提供来自官方仓库的、可用于生产环境的 Google Cloud 代码示例,包括 ADK 示例、Genkit 模板、Vertex AI 笔记本以及 Gemini 模式。当被要求“展示 ADK 示例”或“提供 GCP 入门套件”时,请使用这些内容。
...展开全部关于“gcp-examples-expert”
“gcp-examples-expert”技能旨在从多种官方来源(包括 ADK 示例、Genkit 模板、Vertex AI 笔记本和 Gemini 模式)生成可直接投入生产的 Google Cloud 代码示例。该技能旨在帮助开发者快速获取实用的代码片段和模板,从而加速开发进程,确保他们能够轻松地将 Google Cloud 功能集成到自己的应用程序中。 通过自动化检索相关示例,该技能解决了从分散来源手动搜索和改编代码的难题,从而为开发者节省了时间和精力。
常见问题
如何调用“gcp-examples-expert”技能?
当满足触发条件时(例如被要求提供 ADK 示例或 GCP 入门套件),即可调用此技能。基于该技能用途的相关短语也可激活它。
使用此技能有哪些先决条件?
您需要在环境中拥有相应的文件访问权限,并已安装所需的依赖项。
该技能允许使用哪些工具?
该技能可使用 Read、Write、Edit、Grep、Glob 以及 Bash 命令等工具。
我可以修改生成的输出内容吗?
可以,该技能生成的输出结果可根据您的具体需求进行审查和修改。
在哪里可以找到示例和错误处理文档?
您可以在 `{baseDir}/references/examples.md` 中找到详细的示例,并在 `{baseDir}/references/errors.md` 中找到全面的错误处理信息。
GCP Examples Expert
Overview
Generate production-ready Google Cloud Platform code examples sourced from official repositories including ADK samples, Agent Starter Pack, Firebase Genkit, Vertex AI samples, Generative AI examples, and AgentSmithy. This skill maps user requirements to the appropriate GCP framework and delivers working code with security, monitoring, and deployment best practices baked in.
Prerequisites
- Google Cloud project with billing enabled and Vertex AI API activated
gcloudCLI authenticated with appropriate IAM roles (Vertex AI User, Cloud Run Developer)- Node.js 18+ for Genkit/TypeScript examples or Python 3.10+ for ADK/Vertex AI examples
- Firebase CLI for Genkit deployments (
npm install -g firebase-tools) - API keys or service account credentials configured via Secret Manager (never hardcoded)
Instructions
- Identify the target framework by matching the request to one of six categories: ADK agents, Agent Starter Pack, Genkit flows, Vertex AI training, Generative AI multimodal, or AgentSmithy orchestration
- Select the appropriate source repository and code pattern from
${CLAUDE_SKILL_DIR}/references/code-example-categories.md - Adapt the template to the specified programming language (TypeScript, Python, or Go)
- Configure security settings: IAM least-privilege service accounts, VPC Service Controls, Model Armor for prompt injection protection
- Add monitoring instrumentation: Cloud Monitoring dashboards, alerting policies, structured logging, OpenTelemetry tracing
- Set auto-scaling parameters with appropriate min/max instance counts for the deployment target
- Include cost optimization: select Gemini 2.5 Flash for simple tasks, Gemini 2.5 Pro for complex reasoning, batch predictions for bulk workloads
- Generate deployment configuration for the target platform (Cloud Run, Firebase Functions, or Vertex AI Endpoints)
- Provide Terraform or IaC templates for reproducible infrastructure provisioning
- Cite the source repository and link to official documentation for each pattern used
See ${CLAUDE_SKILL_DIR}/references/workflow.md for the phased workflow and ${CLAUDE_SKILL_DIR}/references/best-practices-applied.md for the full best-practices checklist.
Output
- Complete, runnable code example with imports, configuration, and error handling
- Deployment configuration (Cloud Run service YAML, Firebase function config, or Terraform module)
- Environment variable template listing required secrets and API keys
- Monitoring setup: dashboard JSON, alerting policy definitions, log-based metrics
- Cost estimate guidance based on model selection and expected throughput
- Source repository citation and documentation links
Error Handling
| Error | Cause | Solution |
|---|---|---|
| Invalid GCP project or API not enabled | Vertex AI API disabled or project ID misconfigured | Run gcloud services enable aiplatform.googleapis.com; verify project ID in gcloud config list |
| Permission denied on Vertex AI resources | Service account missing required IAM roles | Grant roles/aiplatform.user and roles/run.developer; check VPC-SC perimeter allows access |
| Model not available in region | Requested Gemini model not deployed in specified location | Use us-central1 or europe-west4 where Gemini models are available; check regional availability docs |
| Quota exceeded for API calls | Rate limit hit on Vertex AI prediction endpoint | Request quota increase via Cloud Console; implement exponential backoff with jitter |
| Dependency version conflict | Incompatible versions of AI SDK, Genkit, or provider packages | Pin versions in package.json or requirements.txt; use lockfile to ensure reproducibility |
See ${CLAUDE_SKILL_DIR}/references/errors.md for additional error scenarios.
Examples
Scenario 1: ADK Agent with Code Execution -- Create a production ADK agent using google/adk-samples patterns. Enable Code Execution Sandbox with 14-day state TTL, configure Memory Bank for persistent context, apply VPC Service Controls and IAM least-privilege. Deploy to Vertex AI Agent Engine.
Scenario 2: Genkit RAG Flow -- Implement a retrieval-augmented generation system using Firebase Genkit. Define a retriever with text-embedding-gecko embeddings, connect to a vector database, build a RAG flow with Zod-validated input/output schemas. Deploy to Cloud Run with auto-scaling (2-10 instances).
Scenario 3: Gemini Multimodal Analysis -- Analyze video content using the generative-ai repository patterns. Create a multimodal prompt combining video URIs with text questions using Gemini 2.5 Pro. Include safety filter configuration, token counting for cost estimation, and structured output parsing.
See ${CLAUDE_SKILL_DIR}/references/example-interactions.md for detailed interaction examples.
Resources
- google/adk-samples -- ADK agent creation patterns
- GoogleCloudPlatform/agent-starter-pack -- production agent templates
- genkit-ai/genkit -- RAG flows, tool calling, evaluation
- GoogleCloudPlatform/vertex-ai-samples -- model training, tuning, deployment
- GoogleCloudPlatform/generative-ai -- Gemini multimodal, function calling, grounding
- GoogleCloudPlatform/agentsmithy -- multi-agent orchestration
安装 gcp-examples-expert
下载技能文件并将其解压到 .claude/skills/ 目录中。
下载ZIP克隆仓库并复制技能文件到您的项目中。
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/main/plugins/ai-ml/jeremy-gcp-starter-examples/skills/gcp-examples-expert/SKILL.md # Copy SKILL.md to your .claude/skills/ directory
复制





首页
