オプション

ADKのサンプル、Genkitのテンプレート、Vertex AIのノートブック、Geminiのパターンなど、公式リポジトリから本番環境ですぐに利用できるGoogle Cloudのコード例を提供します。「ADKの例を見せてください」や「GCPのスターターキットを提供してください」といったリクエストがあった際に活用してください。

...すべて拡張します
44
更新された時間 2026年6月29日

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` に記載されています。

GitHubで見る

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
  • gcloud CLI 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

  1. 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
  2. Select the appropriate source repository and code pattern from ${CLAUDE_SKILL_DIR}/references/code-example-categories.md
  3. Adapt the template to the specified programming language (TypeScript, Python, or Go)
  4. Configure security settings: IAM least-privilege service accounts, VPC Service Controls, Model Armor for prompt injection protection
  5. Add monitoring instrumentation: Cloud Monitoring dashboards, alerting policies, structured logging, OpenTelemetry tracing
  6. Set auto-scaling parameters with appropriate min/max instance counts for the deployment target
  7. Include cost optimization: select Gemini 2.5 Flash for simple tasks, Gemini 2.5 Pro for complex reasoning, batch predictions for bulk workloads
  8. Generate deployment configuration for the target platform (Cloud Run, Firebase Functions, or Vertex AI Endpoints)
  9. Provide Terraform or IaC templates for reproducible infrastructure provisioning
  10. 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

ErrorCauseSolution
Invalid GCP project or API not enabledVertex AI API disabled or project ID misconfiguredRun gcloud services enable aiplatform.googleapis.com; verify project ID in gcloud config list
Permission denied on Vertex AI resourcesService account missing required IAM rolesGrant roles/aiplatform.user and roles/run.developer; check VPC-SC perimeter allows access
Model not available in regionRequested Gemini model not deployed in specified locationUse us-central1 or europe-west4 where Gemini models are available; check regional availability docs
Quota exceeded for API callsRate limit hit on Vertex AI prediction endpointRequest quota increase via Cloud Console; implement exponential backoff with jitter
Dependency version conflictIncompatible versions of AI SDK, Genkit, or provider packagesPin 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

すべてのファイル

1件のファイル

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

コピー コピー
クイックセットアップ: skill フォルダを .claude/skills/ にコピーしてください。Claude が自動的にスキルを検出して使用します。

関連スキル

Cloudflare Manager
更新された時間 2026年6月29日
pinecone
更新された時間 2026年6月29日
azure-setup-guide
更新された時間 2026年6月29日
sentry-architecture-variants
更新された時間 2026年6月29日
OR