gcp-knowledge-patch

Migrate GCP code to post-2024 APIs and Artifact Registry.

22|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill gcp-knowledge-patch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gcp-knowledge-patch
Source: https://github.com/Nevaberry/nevaberry-plugins/tree/main/plugins/gcp-knowledge-patch/skills/gcp-knowledge-patch
Command: npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill gcp-knowledge-patch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill captures post-2024 Google Cloud Platform changes and provides concise migration guidance so engineers do not write code against deprecated Vertex AI patterns, Container Registry, or outdated Cloud Run and agent workflows.

Core Features & Use Cases

  • Gen AI SDK migration: Mapping old Vertex AI APIs and packages to the unified Google Gen AI SDK across Python, Node.js, Go, and Java.
  • Runtime & deployment updates: Guidance for Cloud Run worker pools, compose deployments, IAP without a load balancer, and Artifact Registry migration after Container Registry shutdown.
  • Agent Development Kit (ADK): Notes on installing and integrating ADK entrypoints for multi-agent systems and Cloud Run source deployments.

Quick Start

Scan your repository and apply the GCP knowledge patch to update Gen AI SDK usage, switch Container Registry references to Artifact Registry, and adopt Cloud Run and ADK patterns.

Frequently Asked Questions about gcp-knowledge-patch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Vertex AI code to the Google Gen AI SDK?▼

Migrate Vertex AI code to the Google Gen AI SDK by updating package references and model endpoints across Python, Node.js, Go, and Java. This ensures your codebase aligns with post-2024 unified API patterns.

How do I replace Container Registry references with Artifact Registry?▼

Replace Container Registry references with Artifact Registry by updating image paths in your deployment configurations. This migration is necessary due to the Container Registry shutdown and ensures valid Cloud Run image references.

Does this GCP knowledge patch support Cloud Run worker pool configurations?▼

Yes, the GCP knowledge patch supports Cloud Run worker pools, providing guidance on updating deployment configurations to match current runtime API standards for optimized compute resources.

What is the Agent Development Kit entrypoint pattern for Cloud Run?▼

The Agent Development Kit entrypoint pattern for Cloud Run involves installing ADK and configuring specific entrypoints for multi-agent systems. This enables seamless source deployments and integration with updated GCP services.

When do I need to update GCP code for post-2024 API changes?▼

You need to update GCP code for post-2024 API changes when your codebase uses deprecated Vertex AI patterns, Container Registry, or outdated Cloud Run workflows. Applying the knowledge patch prevents integration failures.