# skills | Google | Knowledge Base | Instagit

Agent Skills for Google products and technologies

GitHub Stars: 12.9k

Repository: https://github.com/google/skills

---

## Articles

### [How to Use BigQuery ML Capabilities via the Google Skills Framework](/google/skills/how-to-use-bigquery-ml-capabilities-via-skills)

Easily use BigQuery ML capabilities with the google skills framework. Invoke AI functions like AI.FORECAST and AI.SEARCH without boilerplate code using the bigquery-ai-ml skill.

- Tags: how-to-guide
- Published: 2026-09-05

### [Database and Analytics Skills in the Google Skills Repository: Complete Guide](/google/skills/what-database-and-analytics-skills-available)

Explore the google skills repository for database and analytics skills. Discover production-ready agents for managed database operations and GA4 administration with code samples.

- Tags: complete-guide
- Published: 2026-09-05

### [How to Optimize Costs for GKE Clusters: 6 Proven Strategies](/google/skills/how-to-optimize-costs-for-gke-clusters)

Optimize GKE cluster costs effectively. Learn 6 proven strategies including autoscaler tuning, Spot instances, and capacity buffers to slash spend by up to 80% and ensure reliability.

- Tags: how-to-guide
- Published: 2026-09-05

### [GKE Private Clusters Best Practices: Security, Networking, and Cost Optimization](/google/skills/what-are-best-practices-for-gke-private-clusters)

Master GKE private cluster best practices for enhanced security networking and cost optimization Learn to secure your clusters eliminate public exposure and optimize costs with expert guidance

- Tags: best-practices
- Published: 2026-09-05

### [How to Manage GKE Storage and Networking: A Production-Ready Guide](/google/skills/how-to-manage-gke-storage-and-networking)

Master GKE storage and networking with VPC-native clusters and Dataplane V2. Utilize managed CSI drivers for persistent and object storage to build secure, production-ready applications.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Troubleshoot GKE Workloads: A Systematic 5-Step Diagnostic Workflow](/google/skills/how-to-troubleshoot-gke-workloads)

Troubleshoot GKE workloads efficiently with a 5-step diagnostic workflow. Analyze pods, logs, and connectivity without altering production state. Learn more now.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Configure Workload Identity for GKE: Complete Implementation Guide](/google/skills/how-to-configure-workload-identity-for-gke)

Learn to configure Workload Identity for GKE. Securely connect Kubernetes workloads to Google Cloud resources with this implementation guide.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Provision GKE Clusters Using Skills: A Complete Guide to Production-Ready Deployment](/google/skills/how-to-provision-gke-clusters-using-skills)

Learn to provision GKE clusters with the google skills gke-cluster-creation tool. Deploy production-ready clusters efficiently using pre-built templates and Autopilot. Supports gcloud CLI and MCP API.

- Tags: how-to-guide
- Published: 2026-09-05

### [GKE Infrastructure Skills Available in the Google Skills Repository](/google/skills/what-gke-infrastructure-skills-available)

Explore GKE infrastructure skills in the Google Skills repository. Learn troubleshooting, security, autoscaling, maintenance, monitoring, migration, and deployment techniques for robust GKE management.

- Tags: getting-started
- Published: 2026-09-05

### [How to Configure GenAI Inference in Agent Platform: A Complete Developer Guide](/google/skills/how-to-configure-genai-inference-in-agent-platform)

Configure GenAI inference in Agent Platform. This guide details enabling the API, granting roles, deploying models, and invoking them with the Gen AI SDK.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Perform Model Fine-Tuning in Google Agent Platform](/google/skills/how-to-perform-model-fine-tuning-in-agent-platform)

Learn how to fine-tune models in Google Agent Platform. This guide covers dataset prep job submission and lifecycle management with the Python SDK for custom LLM creation.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Configure RAG Engine in Agent Platform: Complete Setup Guide](/google/skills/how-to-configure-rag-engine-in-agent-platform)

Configure RAG Engine in Agent Platform easily. Follow our guide to initialize Vertex AI SDK, create a corpus, upload files, and ground model responses for powerful AI applications.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Manage Prompts in the Agent Platform: A Complete Guide to Inference and Fine-Tuning](/google/skills/how-to-manage-prompts-in-agent-platform)

Learn to manage prompts in Agent Platform for inference and fine-tuning. Master structured messages, raw strings, and JSON-Lines datasets for efficient prompt handling.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Manage Models in Agent Platform Using Model Registry Skills: The Complete Guide](/google/skills/how-to-manage-models-in-agent-platform)

Learn to manage models in Agent Platform using Model Registry skills. This guide covers create, list, retrieve, update, and delete operations via a unified REST-based API.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Troubleshoot Agent Platform Issues Using the `agent-platform-troubleshooting` Skill](/google/skills/how-to-troubleshoot-agent-platform-issues)

Troubleshoot Agent Platform issues with the agent-platform-troubleshooting skill. Get step-by-step gcloud and curl commands for root-cause analysis without executing any commands.

- Tags: how-to-guide
- Published: 2026-09-05

### [AI/ML Skills for Gemini Agent Platform: Complete 2024 Developer Guide](/google/skills/what-ai-ml-skills-available-for-gemini-agent-platform)

Explore 15+ AI/ML skills for the Gemini Agent Platform in this 2024 guide. Master model APIs, tuning, deployment, and evaluation using the google/skills repository.

- Tags: getting-started
- Published: 2026-09-05

### [How to Integrate google/skills with Antigravity CLI: A Step-by-Step Guide](/google/skills/how-to-integrate-google-skills-with-antigravity-cli)

Seamlessly integrate google/skills with Antigravity CLI. Install the plugin, activate it, and verify instantly. No custom code needed for this powerful integration.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Integrate google/skills with Codex: Complete Setup Guide](/google/skills/how-to-integrate-google-skills-with-codex)

Seamlessly integrate google/skills with Codex. Follow our setup guide to register the marketplace plugin, install it, and load skills using the Codex SDK for powerful AI development.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Integrate `google/skills` with Claude Code: Complete Setup Guide](/google/skills/how-to-integrate-google-skills-with-claude-code)

Easily integrate google/skills with Claude Code. Follow our complete setup guide to add the Google Skills marketplace and install individual skills effortlessly.

- Tags: how-to-guide
- Published: 2026-09-05

### [How a Skill Is Defined in the SKILL.md Format](/google/skills/how-is-a-skill-defined-in-skill-md-format)

Learn how to define a skill in the SKILL.md format. Discover how Markdown and YAML create human readable docs and machine parseable metadata for Google Skills.

- Tags: how-to-guide
- Published: 2026-09-05

### [Google Skills Repository Structure: Complete Guide to File Organization and Skill Architecture](/google/skills/what-is-the-structure-of-google-skills-repository)

Explore the google skills repository structure. Understand its modular Markdown skills, domain organization, SKILL.md definitions, and index.json for discoverability.

- Tags: architecture
- Published: 2026-09-05

### [How to Find Documentation for a Specific Google Skill: 2 Proven Methods](/google/skills/where-to-find-documentation-for-specific-skill)

Easily find Google Skill documentation in the SKILL.md file or via the programmatic index.json. Discover how to locate any skill's complete guide quickly.

- Tags: how-to-guide
- Published: 2026-09-05

### [How to Install the google/skills Repository: Complete Setup Guide](/google/skills/how-to-install-google-skills-repository)

Install the google/skills repository quickly with npx. Our guide shows you how to download the interactive installer and select only the skills you need for a customized setup.

- Tags: how-to-guide
- Published: 2026-09-05

### [AI/ML Skills on Google Cloud: Complete Guide to the Google Cloud Skills Repository](/google/skills/what-are-the-specific-skills-available-for-ai-ml-on-google-cloud)

Explore AI/ML skills on Google Cloud with the google skills repository. Automate deployments for GKE, Vertex AI, and Gemini APIs. Get your complete guide today.

- Tags: getting-started
- Published: 2026-09-04

### [How MCP Server Plugins Work with Google Agent Skills: Integration Guide](/google/skills/how-do-mcp-server-plugins-work-with-google-agent-skills)

Learn how MCP server plugins integrate with Google Agent Skills. Discover automatic registration of MCP endpoints as callable tools and fallback to REST APIs.

- Tags: integration-guide
- Published: 2026-09-04

### [How to Install Google Agent Skills Plugins: CLI Commands for Claude Code, Codex, and Antigravity](/google/skills/what-are-the-installation-commands-for-google-agent-skills-plugins)

Install Google Agent Skills plugins like Claude Code, Codex, and Antigravity with simple CLI commands after adding the google/skills repository. Get started today.

- Tags: how-to-guide
- Published: 2026-09-04

### [How to Integrate Google Agent Skills with Claude Code Using Plugins](/google/skills/how-to-integrate-agent-skills-with-claude-code-using-plugins)

Integrate Google Agent Skills with Claude Code using plugins. Register the google/skills marketplace and install skill plugins via CLI for enhanced agent capabilities.

- Tags: how-to-guide
- Published: 2026-09-04

### [How to Integrate Google Cloud Well-Architected Framework Principles with Agent Skills](/google/skills/how-to-integrate-google-cloud-well-architected-framework-principles-with-agent-skills)

Integrate Google Cloud Well-Architected Framework principles with Agent Skills. Leverage declarative markdown skills for real-time workload recommendations without code redeployment.

- Tags: how-to-guide
- Published: 2026-09-04

### [Pre-Flight Rules in the Agent Platform Troubleshooting Skill: The Complete Developer Guide](/google/skills/what-are-the-pre-flight-rules-in-the-agent-platform-troubleshooting-skill)

Understand the nine pre-flight rules in the Agent Platform Troubleshooting skill. Learn how these rules block out-of-scope requests, prevent custom scripts, and enforce security.

- Tags: deep-dive
- Published: 2026-09-04

### [How to Handle Recurring Failure Patterns Using `known-issues.md` in Google Skills](/google/skills/how-to-handle-recurring-failure-patterns-using-the-known-issues-md-in-skills)

Learn to manage recurring failure patterns in Google Skills using the known-issues.md file. Find root-cause analysis and quick fixes for common troubleshooting scenarios.

- Tags: how-to-guide
- Published: 2026-09-04

### [Where to Find Operational Commands and gcloud Invocations for Skills](/google/skills/where-can-i-find-operational-commands-and-gcloud-invocations-for-skills)

Find operational commands and gcloud invocations for Google Skills. Explore CLI usage patterns in the dedicated reference Markdown files within each skill's references directory.

- Tags: how-to-guide
- Published: 2026-09-04

### [Reference Layer Pattern in Google Agent Skills: A Deep Dive into Interface Abstraction](/google/skills/what-is-the-reference-layer-pattern-used-in-complex-google-agent-skills)

Learn the Reference Layer Pattern in Google Agent Skills. Abstract interfaces isolate skill logic from external services, improving encapsulation and testability. Explore this Google skills convention.

- Tags: deep-dive
- Published: 2026-09-04

### [How Google Agent Skills Enable Intent-Based Invocation: A Technical Deep Dive](/google/skills/how-are-google-agent-skills-designed-for-intent-based-invocation)

Explore how Google Agent Skills use declarative metadata for intent-based invocation. Learn how the MCP server automatically routes requests without hard-coded logic.

- Tags: deep-dive
- Published: 2026-09-04

### [Understanding the index.json File in the Google Skills Repository](/google/skills/what-is-the-purpose-of-the-index-json-file-in-the-google-skills-repo)

Discover the purpose of the index.json file in the google/skills repository. This manifest acts as the central source of truth for the skills catalog.

- Tags: internals
- Published: 2026-09-04

### [How to Discover Available Skills in the google/skills Repository](/google/skills/how-can-i-discover-available-skills-in-the-google-skills-repository)

Easily discover available skills in the google/skills repository by exploring the index.json catalog file. Find skill names descriptions and entrypoint URLs to leverage Google's AI capabilities.

- Tags: how-to-guide
- Published: 2026-09-04

### [Google Agent Skills: 11 Broad Categories for Cloud and AI Automation](/google/skills/what-are-the-11-broad-categories-covered-by-google-agent-skills)

Explore Google Agent Skills and discover 11 broad categories for cloud and AI automation. Learn how to install and use these powerful tools from the official repository.

- Tags: overview
- Published: 2026-09-04

### [How to Define Skill Metadata in SKILL.md: A Complete Guide to Categories and Descriptions](/google/skills/how-to-define-skill-metadata-like-category-and-description-in-skill-md)

Learn to define skill metadata like category and description in SKILL.md files within the google/skills repository. Enhance skill organization and searchability.

- Tags: how-to-guide
- Published: 2026-09-04

### [How to Format a Google Agent Skill Markdown File (SKILL.md)](/google/skills/what-is-the-format-of-a-google-agent-skill-markdown-file-skill-md)

Learn the SKILL.md format for Google Agent Skills. This guide details YAML front-matter and Markdown sections for workflows, safety, and references.

- Tags: how-to-guide
- Published: 2026-09-04

### [Where to Find Google Cloud Product Skill Definitions in the google/skills Repository](/google/skills/where-can-i-find-skill-definitions-for-google-cloud-products-in-the-google-skills-repo)

Find Google Cloud product skill definitions in SKILL.md files within the google/skills repository. Easily locate essential cloud skills for your projects.

- Tags: how-to-guide
- Published: 2026-09-04

### [How Google Agent Skills Are Structured and Organized in the google/skills Repository](/google/skills/how-are-google-agent-skills-structured-and-organized-in-the-repository)

Discover how Google Agent Skills are structured and organized in the google/skills repository. Learn about self-contained directories, SKILL.md files, and automatic discovery for frameworks like Genkit.

- Tags: architecture
- Published: 2026-09-04

### [What Are Agent Skills in the google/skills Repository?](/google/skills/what-are-agent-skills-in-the-google-skills-repository)

Discover Agent Skills in the google/skills repository. Learn how these modular Markdown assets empower AI agents to execute repeatable Google Cloud tasks efficiently.

- Tags: getting-started
- Published: 2026-09-04

### [How to Use Google Agent Skills for AI Workflows on Google Cloud](/google/skills/how-to-use-google-agent-skills-for-ai-workflows-on-google-cloud)

Learn how to use Google Agent Skills to build AI workflows on Google Cloud. These reusable Markdown guides simplify Terraform and deployment script generation for AI agents.

- Tags: how-to-guide
- Published: 2026-09-04

### [How to Configure Workload Identity Binding for GKE: Step-by-Step Implementation Guide](/google/skills/how-to-configure-workload-identity-binding-for-gke)

Learn how to configure Workload Identity binding for GKE with this step-by-step guide. Secure your GKE workloads by granting granular IAM permissions.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Create a Private GKE Cluster Using gcloud](/google/skills/how-to-create-a-gke-private-cluster-using-gcloud)

Create a private GKE cluster using gcloud. Securely isolate your control plane and node VMs from the public internet with `--enable-private-nodes` and `--enable-master-authorized-networks` flags.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Make a Developer Knowledge REST API Call: Complete Guide](/google/skills/how-to-make-a-developer-knowledge-rest-api-call)

Learn to make Developer Knowledge REST API calls. Authenticate with gcloud or API key, then POST or GET to endpoints like answerQuery for programmatic Google documentation access.

- Tags: how-to-guide
- Published: 2026-09-02

### [What Product Categories Are Supported by Google Skills? Complete 2024 Guide](/google/skills/what-product-categories-are-supported-by-google-skills)

Discover the 15 Google Skills product categories covering Google Cloud infrastructure, AI ML, security, and more in this comprehensive 2024 guide. Automate your cloud.

- Tags: getting-started
- Published: 2026-09-02

### [How to Select Specific Skills During Installation with the Google Skills CLI](/google/skills/how-to-select-specific-skills-during-installation)

Easily select specific skills during installation with the Google Skills CLI. Use npx skills add with the --skill flag to target individual skills or glob patterns for precise control.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Install Google Skills for Antigravity CLI: A Complete Guide](/google/skills/how-to-install-google-skills-for-antigravity-cli)

Easily install Google Skills for Antigravity CLI. Follow our complete guide to run agy plugin install with the repository URL for seamless integration.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Install Google Skills for Codex](/google/skills/how-to-install-google-skills-for-codex)

Install Google Skills for Codex easily. Register the google/skills marketplace, browse, and install plugins using the Codex CLI for enhanced functionality.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Install Google Skills for Claude Code: Complete Setup Guide](/google/skills/how-to-install-google-skills-for-claude-code)

Learn how to install Google Skills for Claude Code with our complete setup guide. Easily add powerful Google tools to your Claude assistant.

- Tags: how-to-guide
- Published: 2026-09-02

### [Multi-Language Reference Implementations in the Google Skills Repository: A Complete Guide for Developers](/google/skills/what-are-the-multi-language-reference-implementations-available)

Explore multi-language reference implementations in the Google Skills repository. Find production-ready examples in Ruby, Python, Java, Go, Node.js, .NET, PHP, and Perl to accelerate your development.

- Tags: how-to-guide
- Published: 2026-09-02

### [How to Manage Vertex AI Agent Builder Deployments with Skills](/google/skills/how-to-manage-vertex-ai-agent-builder-deployments-with-skills)

Automate Vertex AI Agent Builder deployments using the agent-platform-deploy skill. Manage the full lifecycle from auth to safe deployment with gcloud CLI commands.

- Tags: how-to-guide
- Published: 2026-09-02

### [GKE Provisioning Gotchas: 15 Critical Pitfalls to Avoid in Google Kubernetes Engine](/google/skills/what-are-the-critical-gotchas-for-gke-provisioning)

Avoid GKE provisioning pitfalls. Discover 15 critical gotchas in Google Kubernetes Engine related to networking, ComputeClass, and GPU quotas. Ensure smooth deployments.

- Tags: best-practices
- Published: 2026-09-02

### [When to Use GKE Autopilot vs Standard Mode: A Complete Decision Guide](/google/skills/when-to-use-gke-autopilot-vs-standard-mode)

Decide between GKE Autopilot and Standard mode. Autopilot offers managed Kubernetes with per pod billing and security defaults. Use Standard for custom needs like hostPath mounts or privileged access.

- Tags: deep-dive
- Published: 2026-09-02

### [How to Manage GKE Clusters Using the gke-basics Skill: A Practical Guide](/google/skills/how-to-manage-gke-clusters-using-the-gke-basics-skill)

Learn to manage GKE clusters with the gke-basics skill. This guide covers core decisions like Autopilot vs. Standard, Workload Identity, and networking for efficient GKE operations.

- Tags: how-to-guide
- Published: 2026-09-02

### [Operations Prohibited by the gcloud CLI Skill: Security Boundaries Explained](/google/skills/what-operations-are-prohibited-by-the-gcloud-cli-skill)

Discover the security boundaries of the gcloud CLI skill. Learn which gcloud operations are prohibited and understand its reference-only functionality. Explore essential security measures.

- Tags: security
- Published: 2026-09-02

### [How to Use the gcloud CLI Skill with Safety Validation: A Complete Guide](/google/skills/how-to-use-the-gcloud-cli-skill-with-safety-validation)

Master the gcloud CLI skill with our comprehensive guide. Learn the four-step safety validation workflow to confidently execute Google Cloud commands. Boost your productivity today.

- Tags: how-to-guide
- Published: 2026-09-02

### [Developer Knowledge Retrieval Transport Mechanisms: MCP and REST API](/google/skills/what-are-the-transport-mechanisms-for-developer-knowledge-retrieval)

Explore developer knowledge retrieval transport mechanisms MCP and REST API in google/skills. Learn about preferred stdio transport and HTTPS fallback.

- Tags: api-reference
- Published: 2026-09-02

### [How to Use the Developer Knowledge Retrieval Skill to Query Google Documentation](/google/skills/how-to-use-the-developer-knowledge-retrieval-skill)

Learn to query Google developer documentation with the Developer Knowledge Retrieval skill. Access unified interfaces for Cloud, AI/ML, Android, and more via MCP tools or REST API.

- Tags: how-to-guide
- Published: 2026-09-02

### [Understanding the Google Skills Plugin Architecture: A Developer's Guide](/google/skills/what-is-the-plugin-architecture-for-google-skills)

Explore the Google Skills plugin architecture using JSON metadata and Markdown for easy extensibility. Learn how to add new capabilities without core code modifications.

- Tags: architecture
- Published: 2026-09-02

### [Structure of a SKILL.md File in the Google Skills Repository](/google/skills/what-is-the-structure-of-a-skill-md-file)

Understand the SKILL.md file structure in the Google Skills Repository. Learn how YAML front-matter and Markdown documentation define a skill. Get started with Google Skills.

- Tags: how-to-guide
- Published: 2026-09-02

### [Where Are Individual Skills Located in the Google Skills Repository?](/google/skills/where-are-individual-skills-located-in-the-repository)

Discover where individual skills are located in the google/skills repository. Learn about the SKILL.md file structure and directory organization for easy access.

- Tags: how-to-guide
- Published: 2026-09-02

### [How the Google Skills Repository Architecture Works: Modular Skills and Agent Plugins](/google/skills/how-does-the-google-skills-repository-architecture-work)

Explore the Google Skills repository architecture. Learn how modular skills and agent plugins create a single source of truth for documentation and runtime execution.

- Tags: architecture
- Published: 2026-09-02

### [Where to Find the Latest Updates and Roadmap for google/skills](/google/skills/where-can-i-find-latest-updates-roadmap-for-google-skills)

Discover where to find the latest updates and roadmap for google/skills. Track progress via README, GitHub Issues, Projects board, and release history. Get the latest information now.

- Tags: getting-started
- Published: 2026-08-16

### [Best Practices for Developing Custom Skills for google/skills: Complete Authoring Guide](/google/skills/what-are-best-practices-for-developing-custom-skills-for-google-skills)

Learn best practices for developing custom google/skills. Follow SKILL.md structure, use public APIs, enforce least-privilege IAM, and organize docs for efficient skill creation.

- Tags: best-practices
- Published: 2026-08-16

### [How to Get Help with a Specific Skill Implementation in google/skills](/google/skills/how-can-i-get-help-with-specific-skill-implementation-in-google-skills)

Learn how to get help with a specific google/skills implementation. Access skill documentation, review examples, and find support through GitHub.

- Tags: how-to-guide
- Published: 2026-08-16

### [Performance Considerations for Google Cloud: A Deep Dive into the google/skills Repository](/google/skills/what-are-performance-considerations-for-google-skills)

Explore performance considerations for google/skills on Google Cloud. Optimize Spanner, Cloud Storage, and WAF latency with reusable AI-driven modules and best practices.

- Tags: deep-dive
- Published: 2026-08-16

### [How Google Skills Handles Different Locales and Languages: A Technical Deep Dive](/google/skills/how-does-google-skills-handle-different-locales-languages)

Discover how Google Skills manages diverse locales and languages using the Gemini Live API and BCP-47 language codes for multilingual text-to-speech. Explore the technical details.

- Tags: deep-dive
- Published: 2026-08-16

### [google/skills Community Forum: Where to Get Help With the Repository](/google/skills/is-there-community-forum-chat-for-google-skills-developers)

Need help with the google/skills repository? Find answers and connect with developers on the official GitHub Issue Tracker, the central hub for all support and discussions.

- Tags: community-resources
- Published: 2026-08-16

### [Prerequisites for Running google/skills Locally: Complete Setup Guide](/google/skills/what-are-prerequisites-for-running-google-skills-locally)

Master the prerequisites for running google/skills locally. Install Node.js, Google Cloud SDK, Terraform, Python, and Git for a seamless setup. Get started now!

- Tags: how-to-guide
- Published: 2026-08-16

### [Understanding the Skill Definition Structure in google/skills: A Complete Guide](/google/skills/how-can-i-understand-structure-of-skill-definition-in-google-skills)

Master the google/skills Skill Definition Structure. Learn how YAML metadata and Markdown documentation combine to create powerful learning units. Explore the SKILL.md file and references directory for comprehensive understanding.

- Tags: deep-dive
- Published: 2026-08-16

### [google/skills API Examples: Complete Guide with Code Samples for Google Cloud Services](/google/skills/are-there-examples-how-to-use-google-skills-api)

Explore the google/skills repository for comprehensive examples and code samples in Python, Java, Go, REST, and Terraform to master Google Cloud APIs. Get hands-on with practical implementations.

- Tags: tutorial
- Published: 2026-08-16

### [What Kind of Skills Are Included in the Google Skills Repository? A Complete Category Guide](/google/skills/what-kind-of-skills-are-included-in-this-repository)

Explore the Google Skills repository's 12 categories, including AI/ML, databases, developer tools, security, and more. Discover essential agent-skills for cloud solutions.

- Tags: getting-started
- Published: 2026-08-16

### [How to Integrate google/skills into Your Application: A Complete Guide](/google/skills/how-can-i-integrate-google-skills-into-my-own-application)

Easily integrate google/skills into your app. Install via npx, select modules, and register with your AI agent for enhanced functionality. Get started today!

- Tags: how-to-guide
- Published: 2026-08-16

### [google/skills Release Cycle: How Continuous Deployment Works](/google/skills/what-is-release-cycle-for-google-skills)

Discover the google/skills release cycle. Learn how continuous deployment merges changes directly to main after CI checks, ensuring rapid updates for the google/skills project.

- Tags: how-to-guide
- Published: 2026-08-16

### [How to Report a Bug in google/skills: Complete Guide for Agent Skill Issues](/google/skills/how-can-i-report-a-bug-in-google-skills)

Report bugs in google/skills by opening a GitHub issue. Provide the skill path, description, and reproduction steps for agent skill issues. Follow our guide for effective bug reporting.

- Tags: how-to-guide
- Published: 2026-08-16

### [What Tools Are Used for Building and Testing google/skills? Cloud-Native CI, IaC, and Language Runtimes Explained](/google/skills/what-tools-are-used-for-building-testing-google-skills)

Discover the tools powering google/skills including Cloud Build CI, Terraform IaC, and language runtimes like npm Go Maven Docker for seamless building and testing.

- Tags: internals
- Published: 2026-08-16

### [How Issues Are Managed in the Google Skills Project: A Complete Guide](/google/skills/how-are-issues-managed-in-google-skills-project)

Learn how the google skills project manages issues on GitHub. Discover their process for bug reports, feature requests, and accepting external contributions via issue filing.

- Tags: how-to-guide
- Published: 2026-08-16

### [Code Style Guidelines for google/skills: Terraform Standards and Architecture](/google/skills/are-there-code-style-guidelines-for-google-skills)

Discover Terraform code style guidelines for google/skills. Learn how HCL infrastructure code adheres to domain-specific conventions embedded in skill documentation for better maintainability.

- Tags: best-practices
- Published: 2026-08-16

### [How to Submit a Pull Request to google/skills: Contribute via Issues & Forks Instead](/google/skills/what-is-process-for-submitting-pull-request-to-google-skills)

Learn how to contribute to google/skills. Discover the closed-contribution model and engage through issues and personal forks instead of direct pull requests.

- Tags: how-to-guide
- Published: 2026-08-16

### [How to Test Your Changes in the google/skills Repository: 8-Step Local Development Guide](/google/skills/how-can-i-test-my-changes-in-google-skills-project)

Test your google/skills repository changes locally. Follow this 8 step guide using npx skills add and agents-cli to verify behavior before deployment.

- Tags: how-to-guide
- Published: 2026-08-16

### [Google/Skills Architecture Components: A Complete Technical Guide](/google/skills/what-are-main-components-of-google-skills-architecture)

Explore the google/skills architecture components including skill definitions, registry, and runtime modules. Master LLM agents with this comprehensive technical guide.

- Tags: architecture
- Published: 2026-08-16

### [Where to Find Documentation for google/skills: Complete Guide to Google's Learning Modules](/google/skills/where-can-i-find-documentation-for-google-skills)

Find documentation for google/skills within the repository. Access the main README, module-specific SKILL.md files, and language references for a complete guide to Google's learning modules.

- Tags: how-to-guide
- Published: 2026-08-16

### [What Is the License for the google/skills Repository?](/google/skills/what-is-the-license-for-google-skills-repository)

Discover the Apache License 2.0 for the google/skills repository. This permissive open-source license allows commercial use, modification, and distribution with attribution.

- Tags: license-information
- Published: 2026-08-16

### [How to Contribute to the Google Skills Repository: A Complete Guide to Community Contributions](/google/skills/how-to-contribute-to-google-skills-project)

Learn how to contribute to the google skills project. Discover how to report bugs, request features, or fork the repository for custom skill variants.

- Tags: how-to-guide
- Published: 2026-08-16

### [What Programming Languages Does the google/skills Repository Support?](/google/skills/what-programming-languages-does-google-skills-support)

Discover the eight programming languages supported by the google/skills repository: Python, Java, Go, Node.js, Ruby, PHP, C#, and Perl. Enhance your skills today.

- Tags: faq
- Published: 2026-08-16

### [BigQuery AI and ML Workflows: End-to-End Model Training and Serving Without Data Movement](/google/skills/bigquery-ai-and-ml-workflows)

Streamline BigQuery AI and ML workflows. Train and serve models directly in BigQuery using BigFrames, BQ ML, and Vertex AI for simplified data pipelines.

- Tags: deep-dive
- Published: 2026-08-15

### [Agent Platform Alert Configuration Setup: A Complete Guide for Google Monitoring Policies](/google/skills/agent-platform-alert-configuration-setup)

Master Agent Platform Alert Configuration with this complete Google Monitoring setup guide. Learn to validate and generate Terraform alert policies for Gen AI agents efficiently.

- Tags: how-to-guide
- Published: 2026-08-15

### [Agent Platform Inference Skills: Cloud-Native GenAI Integration for Conversational Agents](/google/skills/what-are-agent-platform-inference-skills)

Discover Agent Platform Inference skills for integrating cloud-native GenAI into conversational agents. Connect and invoke Google Cloud hosted AI models securely.

- Tags: deep-dive
- Published: 2026-08-15

### [How to Use the Google Skills `skills.sh` Command-Line Tool](/google/skills/how-to-use-skillssh-tool)

Learn to use the Google skills.sh command-line tool. Discover prepare and execute skills from the Google Skills collection with one simple command. Get started now.

- Tags: how-to-guide
- Published: 2026-08-15

### [IMA SDK for Video Players: Complete Integration Guide for Web, Android, and iOS](/google/skills/ima-sdk-for-video-players)

Master the Google IMA SDK for video players. Integrate ads seamlessly on web, Android, and iOS with our comprehensive guide covering initialization, requests, playback, and cleanup.

- Tags: getting-started
- Published: 2026-08-15

### [How to Integrate Google Mobile Ads SDK: Complete Integration Guide for Android, iOS, and Unity](/google/skills/how-to-integrate-google-mobile-ads-sdk)

Integrate Google Mobile Ads SDK on Android iOS and Unity. Follow our step by step guide to add dependencies configure your App ID initialize the SDK and verify your implementation.

- Tags: how-to-guide
- Published: 2026-08-15

### [What Are BigFrames for BigQuery? The Python DataFrame Interface Explained](/google/skills/what-are-bigframes-for-bigquery)

Explore BigFrames for BigQuery, an open-source Python library offering a pandas-like DataFrame API. Efficiently query BigQuery data server-side without local memory.

- Tags: deep-dive
- Published: 2026-08-15

### [Managing Google Analytics Properties with the Admin API: A Complete Developer Guide](/google/skills/managing-google-analytics-properties-with-admin-api)

Programmatically manage Google Analytics properties accounts and data streams with the Admin API. Follow this guide to enable the API configure credentials and call endpoints.

- Tags: developer-guide
- Published: 2026-08-15

### [How to Programmatically Access Google Analytics Reports with the Data API](/google/skills/how-to-programmatically-access-google-analytics-reports)

Programmatically access Google Analytics reports with the Data API. Learn to enable the API, authenticate, and run reports using client libraries. Get your data now.

- Tags: how-to-guide
- Published: 2026-08-15

### [Cloud SQL Terraform: Infrastructure as Code Guide for Private PostgreSQL Deployment](/google/skills/using-infrastructure-as-code-with-cloud-sql-terraform)

Automate private PostgreSQL deployments with Cloud SQL Terraform. Learn to use Infrastructure as Code for secure, declarative configurations, private networking, and IAM authentication.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Manage Cloud SQL Backups and Disaster Recovery: A Complete Guide](/google/skills/how-to-manage-cloud-sql-backups-and-disaster-recovery)

Master Cloud SQL backups and disaster recovery with our complete guide. Learn to protect your data with automated backups, snapshots, and high availability for minimal downtime.

- Tags: how-to-guide
- Published: 2026-08-15

### [Cloud SQL High Availability Configuration: A Complete Terraform Implementation Guide](/google/skills/cloud-sql-high-availability-configuration)

Implement Cloud SQL high availability with Terraform. Configure regional HA using the enable_ha variable for seamless failover and point-in-time recovery.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Use Cloud SQL Skills for MySQL: Complete Setup and Connection Guide](/google/skills/how-to-use-cloud-sql-skills-for-mysql)

Master Cloud SQL skills for MySQL. Provision a managed instance and connect securely using gcloud and the Cloud SQL Auth Proxy. Get the complete setup guide.

- Tags: how-to-guide
- Published: 2026-08-15

### [Gemini Model Versions Supported in the Google Skills Repository: Complete 2025 Guide](/google/skills/what-are-the-different-gemini-model-versions-supported)

Explore the 9 Gemini model versions supported in the google/skills repository for text chat image generation live streaming and embeddings Discover the recommended gemini-3.6-flash model for your needs.

- Tags: deep-dive
- Published: 2026-08-15

### [How to Configure Authentication for the Gemini API on Google Cloud Agent Platform](/google/skills/how-to-configure-authentication-for-gemini-api)

Learn to configure Gemini API authentication on Google Cloud Agent Platform. Use ADC for production or API keys for prototyping, setting GOOGLE_GENAI_USE_ENTERPRISE=true.

- Tags: how-to-guide
- Published: 2026-08-15

### [Troubleshooting GKE Cluster Autoscaler Scale-Up Blockers: A Complete Guide](/google/skills/troubleshooting-gke-cluster-autoscaler-scale-up-blockers)

Troubleshoot GKE Cluster Autoscaler scale-up blockers. Resolve resource constraints, quota limits, and ComputeClass mismatches to ensure your cluster scales effectively.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Use GKE Cluster Autoscaler Skills: A Complete Guide to Enabling, Tuning, and Troubleshooting](/google/skills/how-to-use-gke-cluster-autoscaler-skills)

Master GKE Cluster Autoscaler skills with this guide. Learn to enable, tune, and troubleshoot autoscaling effectively using the google/skills repository for optimized node pool behavior and reliable scaling.

- Tags: how-to-guide
- Published: 2026-08-15

### [Google Skills Repository Categories: Complete Guide to 12 Skill Groups](/google/skills/what-are-the-categories-of-skills-in-the-google-skills-repository)

Explore the 12 Google Skills repository categories from 'Getting started with Google Cloud' to 'Advertising'. Discover skill groups and find the right resources for your needs.

- Tags: deep-dive
- Published: 2026-08-15

### [Google Agent Skills Explained: Reusable Knowledge Modules for AI-Powered Cloud Workflows](/google/skills/what-are-google-agent-skills)

Understand Google Agent Skills reusable markdown modules for AI agents. Learn how they enable AI to execute Google Cloud tasks with structured guidance.

- Tags: deep-dive
- Published: 2026-08-15

### [How to Install Google Agent Skills: A Complete CLI and Integration Guide](/google/skills/how-to-install-google-agent-skills)

Install Google Agent Skills effortlessly with the `npx skills` CLI. Get Markdown skill packages into your agent's runtime environment quickly. Learn more now!

- Tags: how-to-guide
- Published: 2026-08-15

### [Can google/skills Be Used for Machine Learning Tasks? A Complete Guide to BigQuery AI & ML Skills](/google/skills/can-google-skills-be-used-for-machine-learning-tasks)

Discover how to leverage google/skills for machine learning tasks with BigQuery AI & ML. Perform forecasting, classification, semantic search, text generation, and more using SQL.

- Tags: deep-dive
- Published: 2026-08-14

### [Security Implications of Using google/skills: A Comprehensive Guide](/google/skills/what-are-the-security-implications-of-using-google-skills)

Safely deploy Google Cloud Skills automation with this guide. Learn to implement least-privilege IAM roles, isolated service accounts, and encryption controls for enhanced security.

- Tags: deep-dive
- Published: 2026-08-14

### [Google/Skills Roadmap: Future Development Plans and Architecture Explained](/google/skills/what-is-the-roadmap-for-future-development-of-google-skills)

Explore the google/skills roadmap for future development. Discover plans for expanded cloud coverage, enhanced AI/ML, and a robust plugin ecosystem.

- Tags: architecture
- Published: 2026-08-14

### [How to Customize the Behavior of google/skills: A Step-by-Step Guide](/google/skills/how-to-customize-the-behavior-of-google-skills)

Customize google skills behavior by editing SKILL.md, extending Python scripts, and adjusting Terraform configs. Follow our step-by-step guide for seamless integration.

- Tags: how-to-guide
- Published: 2026-08-14

### [Google/Skills Architecture: 9 Core Components Explained](/google/skills/what-are-the-main-components-of-the-google-skills-architecture)

Explore the google/skills architecture and its 9 core components. Understand how this skill-first framework empowers LLM agents to manage cloud-native capabilities for enhanced performance.

- Tags: architecture
- Published: 2026-08-14

### [How to Test Code Changes in google/skills: A Complete Guide](/google/skills/how-to-test-code-changes-in-google-skills)

Learn how to test code changes in google/skills by running local validations and GitHub Actions CI. Ensure your contributions are high quality with this comprehensive guide.

- Tags: how-to-guide
- Published: 2026-08-14

### [Google/Skills Best Practices: 8 Guidelines for Secure, Maintainable Agent Integration](/google/skills/what-are-the-best-practices-for-using-google-skills)

Secure your google/skills agent integration with 8 best practices. Learn to use the installer, manage skills, and leverage plugin bridges for maintainable LLM applications.

- Tags: best-practices
- Published: 2026-08-14

### [How to Integrate google/skills with Other Google Cloud Services: A Complete Guide](/google/skills/how-to-integrate-google-skills-with-other-google-cloud-services)

Learn to integrate google/skills with Google Cloud services. Set up authentication, choose a skill, and execute workflows using gcloud or Python client libraries for seamless integration.

- Tags: how-to-guide
- Published: 2026-08-14

### [Performance Considerations for google/skills: A Complete Guide to Optimizing Google Cloud Deployments](/google/skills/what-are-the-performance-considerations-for-google-skills)

Optimize google/skills deployments with our guide on Spanner schema, Cloud Storage, and WAF. Achieve low-latency, high-throughput, and cost-effective cloud architectures.

- Tags: performance
- Published: 2026-08-14

### [google/skills Licensing Terms: Complete Apache 2.0 Guide](/google/skills/what-are-the-licensing-terms-for-google-skills)

Understand the google/skills licensing terms, featuring the permissive Apache 2.0 license. Explore free commercial use, patent protection, and attribution.

- Tags: api-reference
- Published: 2026-08-14

### [How to Report a Bug in Google Skills: Complete GitHub Issue Guide](/google/skills/how-to-report-a-bug-in-google-skills)

Report bugs in google/skills by creating a GitHub issue. Follow our guide for clear reproduction steps and affected file paths. Learn how to submit effective bug reports.

- Tags: how-to-guide
- Published: 2026-08-14

### [What Is the Release Cycle for google/skills? Rolling Releases Explained](/google/skills/what-is-the-release-cycle-for-google-skills)

Discover the google/skills release cycle. Learn about its rolling release model where changes merge to main immediately after CI. Ad-hoc tags mark major milestones.

- Tags: release-cycle-explanation
- Published: 2026-08-14

### [How to Build the google/skills Project from Source: Complete Setup Guide](/google/skills/how-to-build-the-google-skills-project-from-source)

Build the google/skills project from source with this guide. Clone the repo, initialize submodules, and use npx skills to register skills. Get your AI agent harness set up.

- Tags: how-to-guide
- Published: 2026-08-14

### [Google/Skills Dependencies: Complete Guide to Package Files and Runtime Requirements](/google/skills/what-are-the-dependencies-for-google-skills)

Understand google/skills dependencies and package files. Learn how each skill declares its runtime libraries in manifest files like package.json and requirements.txt.

- Tags: dependencies-guide
- Published: 2026-08-14

### [How to Use the `google/skills` Repository: Installation, Access, and Sample Usage](/google/skills/are-there-any-examples-of-how-to-use-google-skills)

Learn to install and use google/skills for AI assistants. Explore installation, access, and discover sample usage examples to power your Google Cloud tasks.

- Tags: how-to-guide
- Published: 2026-08-14

### [Google Skills Project Structure: How the Repository Organizes Product‑Specific Guides](/google/skills/how-is-the-google-skills-project-structured)

Discover the google skills project structure. Learn how this repository organizes product specific guides in a clear, hierarchical format within the skills/ directory.

- Tags: internals
- Published: 2026-08-14

### [Google/Skills Library Core Features: A Complete Guide to Building Google-Centric AI Agents](/google/skills/what-are-the-core-features-of-the-google-skills-library)

Discover the core features of the google/skills library. Build Google-centric AI agents with modular skills, markdown definitions, and one-command installation.

- Tags: deep-dive
- Published: 2026-08-14

### [How to Set Up a Local Development Environment for google/skills: 9-Step Guide](/google/skills/how-do-i-set-up-a-local-development-environment-for-google-skills)

Quickly set up your local development environment for google/skills with our 9-step guide. Clone the repo, install dependencies, and run a sample skill in minutes.

- Tags: how-to-guide
- Published: 2026-08-14

### [Where to Find Documentation for google/skills: Complete Guide to Agent Skills](/google/skills/where-can-i-find-the-documentation-for-google-skills)

Find google/skills documentation directly in the repository. Discover README.md for the master index and SKILL.md for detailed capability tutorials.

- Tags: getting-started
- Published: 2026-08-14

### [Google Skills Project Programming Languages: Python, Bash, JavaScript & Markdown Guide](/google/skills/what-programming-languages-are-used-in-the-google-skills-project)

Discover the programming languages in the google/skills project: Python for examples, Bash for automation, JavaScript for UI, and Markdown for documentation.

- Tags: programming-languages
- Published: 2026-08-14

### [How to Contribute to Google Skills: A Complete Guide for the google/skills Repository](/google/skills/how-can-i-contribute-to-the-google-skills-project)

Learn how to contribute to the google/skills project. Report bugs, request new skills, or fork the repo. Discover the best ways to get involved with the google skills community.

- Tags: how-to-guide
- Published: 2026-08-14

### [What Is the Primary Purpose of the google/skills Repository? A Complete Guide to Agent Skills for Google Cloud](/google/skills/what-is-the-primary-purpose-of-the-google-skills-repository)

Explore the google/skills repository to understand how Agent Skills streamline Google Cloud management. Authenticate, provision, and manage services using natural language.

- Tags: getting-started
- Published: 2026-08-14

### [Google Cloud Logging Configuration and Query Syntax Examples](/google/skills/google-cloud-logging-configuration-and-query-syntax-examples)

Master Google Cloud Logging with configuration and query syntax examples. Learn to use gcloud logging read commands with logName, resource type, and jsonPayload filters for efficient log analysis.

- Tags: how-to-guide
- Published: 2026-08-13

### [Deploying Vertex AI and ML Infrastructure on GKE: Migration Patterns and Implementation Guide](/google/skills/deploying-vertex-ai-and-ml-infrastructure-on-gke)

Deploy Vertex AI and ML infrastructure on GKE for optimized latency, cost, and hardware control. Explore migration patterns and implementation for self-hosted AI/ML inference.

- Tags: migration-guide
- Published: 2026-08-13

### [Configuring GKE Reliability and SLOs: Production Best Practices](/google/skills/configuring-gke-reliability-and-slos)

Configure GKE reliability and SLOs using regional clusters, PDBs, health probes, and topology constraints. Define error budget alerts with PromQL burn-rate windows for production best practices.

- Tags: best-practices
- Published: 2026-08-13

### [Google Cloud Security Best Practices Checklist: Complete Implementation Guide](/google/skills/google-cloud-security-best-practices-checklist)

Implement Google Cloud security best practices with the google/skills checklist. This guide automates the Well-Architected Framework Security pillar using interactive validation and Rego-based scanning.

- Tags: best-practices
- Published: 2026-08-13

### [Best Practices for GKE Upgrades and Maintenance: A Complete Guide](/google/skills/best-practices-for-gke-upgrades-and-maintenance)

Master GKE upgrades and maintenance. Learn best practices for control plane upgrades, version skew, and maintenance exclusions to ensure smooth cluster operations. Keep your GKE cluster running optimally.

- Tags: best-practices
- Published: 2026-08-13

### [Setting Up Google Cloud Monitoring and Observability: A Complete Guide](/google/skills/setting-up-google-cloud-monitoring-and-observability)

Set up Google Cloud monitoring and observability using Cloud Logging, Cloud Monitoring, Managed Prometheus, and Distributed Tracing with SKILL modules. Deploy a production-ready stack.

- Tags: how-to-guide
- Published: 2026-08-13

### [Troubleshooting and Debugging GKE Workloads: 5 Critical Upgrade Blockers and Fixes](/google/skills/troubleshooting-and-debugging-gke-workloads)

Troubleshoot GKE upgrade blockers like PDBs, resource limits, and PVC issues. Learn fixes and debugging techniques for smoother GKE workload upgrades with the google/skills guide.

- Tags: how-to-guide
- Published: 2026-08-13

### [Gemini API Integration Patterns for Developers: A Complete Guide to Google's GenAI SDK](/google/skills/gemini-api-integration-patterns-for-developers)

Master Gemini API integration patterns for developers with Google's GenAI SDK. Explore text generation, multimodal inputs, function calling, and more across multiple languages. Get started today.

- Tags: how-to-guide
- Published: 2026-08-13

### [How to Configure the Agent Platform RAG Engine: A Complete Setup Guide](/google/skills/how-to-configure-the-agent-platform-rag-engine)

Configure the Agent Platform RAG engine with this complete guide. Learn to authenticate, initialize the SDK, discover corpora, and set up VertexRagStore for context retrieval.

- Tags: how-to-guide
- Published: 2026-08-13

### [GKE Disaster Recovery and Backup Best Practices: A Complete Implementation Guide](/google/skills/gke-disaster-recovery-and-backup-best-practices)

Master GKE disaster recovery and backup best practices. Implement native GKE Backup, application hooks, and cross-regional restores for minimal downtime and rapid recovery.

- Tags: best-practices
- Published: 2026-08-13

### [Strategies for Google Cloud Cost Optimization: A Practical Guide Based on the google/skills Repository](/google/skills/strategies-for-google-cloud-cost-optimization)

Optimize Google Cloud costs with practical strategies from the google/skills repository. Discover CUDs, Spot VMs, GKE cost allocation, and rightsizing.

- Tags: how-to-guide
- Published: 2026-08-13

### [Architectural Patterns for GKE Multi-Tenancy: Namespace Isolation, Resource Governance, and Security Controls](/google/skills/architectural-patterns-for-gke-multi-tenancy)

Implement GKE multi-tenancy with namespace isolation, resource governance, and security controls. Optimize costs and utilization with expert architectural patterns.

- Tags: architecture
- Published: 2026-08-13

### [Cloud Run Authentication and Security Patterns: A Complete Implementation Guide](/google/skills/cloud-run-authentication-and-security-patterns-explained)

Master Cloud Run authentication and security patterns with this implementation guide. Learn about IAM, network controls, and app hardening for robust serverless protection.

- Tags: how-to-guide
- Published: 2026-08-13

### [BigQuery Performance Optimization: 12 Techniques for Faster Queries and Lower Costs](/google/skills/techniques-for-bigquery-performance-optimization)

Boost BigQuery performance with 12 proven techniques. Optimize queries, reduce costs, and leverage partitioning, clustering, materialized views, and efficient SQL for faster results.

- Tags: performance
- Published: 2026-08-13

### [Configuring GKE Storage Options and CSI Drivers: A Complete Guide](/google/skills/configuring-gke-storage-options-and-csi-drivers)

Master GKE storage options and CSI drivers with our comprehensive guide. Learn to configure Persistent Disk, Filestore, Cloud Storage FUSE, and Parallelstore for your Kubernetes workloads.

- Tags: how-to-guide
- Published: 2026-08-13

### [GKE Networking Configuration and Best Practices: The Complete Guide](/google/skills/gke-networking-configuration-and-best-practices-guide)

Master GKE networking configuration with this guide. Learn to secure and optimize your GKE clusters using Dataplane V2, Gateway API, Cloud Armor, and Managed SSL certificates for production-ready applications.

- Tags: best-practices
- Published: 2026-08-13

### [Service Account Impersonation vs Service Account Keys: Security Comparison for Google Cloud](/google/skills/security-comparison-service-account-impersonation-vs-service-account-keys)

Compare Google Cloud service account impersonation against service account keys. Discover how on-demand tokens enhance security over long-lived credential files.

- Tags: deep-dive
- Published: 2026-08-13

### [How to Implement Workload Identity Federation for GKE: A Complete Guide](/google/skills/how-to-implement-workload-identity-federation-for-gke)

Implement Workload Identity Federation for GKE to securely grant Kubernetes service accounts access to Google Cloud resources without static keys. Learn more today.

- Tags: how-to-guide
- Published: 2026-08-13

### [Recommended Google Cloud Authentication Patterns for Production Applications](/google/skills/recommended-google-cloud-authentication-patterns-for-production-applications)

Discover recommended Google Cloud authentication patterns for production. Secure your applications with short-lived, automatically-rotated identities and tightly scoped permissions. Learn best practices for robust security.

- Tags: best-practices
- Published: 2026-08-13

### [How to Diagnose Bigtable Hotspotting Using Key Visualizer](/google/skills/how-to-diagnose-bigtable-hotspotting-using-key-visualizer)

Diagnose Bigtable hotspotting effectively using Key Visualizer and gcloud commands. Identify high-density row keys and pinpoint tablets with high CPU usage to optimize performance.

- Tags: how-to-guide
- Published: 2026-08-13

### [Best Practices for Bigtable Row Key Design to Improve Performance](/google/skills/best-practices-for-bigtable-row-key-design-to-improve-performance)

Master Bigtable row key design for peak performance. Learn best practices to ensure even load distribution and efficient range queries for low latency and high throughput.

- Tags: best-practices
- Published: 2026-08-13

### [Troubleshooting GKE Nodes Not Scaling Up or Down Correctly: A Complete Diagnostic Guide](/google/skills/troubleshooting-gke-nodes-not-scaling-up-or-down-correctly)

Troubleshoot GKE nodes not scaling correctly. Diagnose and fix cluster autoscaler issues caused by configuration errors, quotas, or scale-down blockers for efficient resource management.

- Tags: how-to-guide
- Published: 2026-08-13

### [How to Configure GKE Cluster Autoscaler for Optimal Performance: A Complete Guide](/google/skills/how-to-configure-gke-cluster-autoscaler-for-optimal-performance)

Optimize GKE Cluster Autoscaler performance with this guide. Learn to configure utilization, location policies, ComputeClasses, topology constraints, and eliminate scale-down blockers for peak efficiency.

- Tags: how-to-guide
- Published: 2026-08-13

### [How to Use Agent Skills for Authenticating to Google Cloud: A Complete Guide](/google/skills/how-to-use-agent-skills-to-authenticate-to-google-cloud)

Learn to authenticate to Google Cloud using Agent Skills and the google-cloud-recipe-auth skill. Securely obtain credentials for local development and production workloads with this comprehensive guide.

- Tags: how-to-guide
- Published: 2026-08-11

### [Which AI Agent Frameworks Are Compatible with Google Skills? A Complete Integration Guide](/google/skills/which-ai-agent-frameworks-are-compatible-with-google-skills)

Discover AI agent frameworks compatible with Google Skills. Learn integration with ADK, Gemini Enterprise, Google Agents CLI, and generic harnesses. Your complete guide.

- Tags: integration-guide
- Published: 2026-08-11

### [How to Install Google Skills for AI Agents: CLI, Direct Path, and Plugin Methods](/google/skills/how-to-install-google-skills-for-ai-agents)

Install Google Skills for AI agents using the interactive CLI, direct path, or plugin methods. Get started with google/skills today.

- Tags: how-to-guide
- Published: 2026-08-11

### [What Are the Six Pillars of the Google Cloud Well-Architected Framework?](/google/skills/what-are-the-six-pillars-of-the-well-architected-framework-in-google-cloud)

Discover the six pillars of the Google Cloud Well-Architected Framework: Operational Excellence, Security, Reliability, Cost Optimization, Performance, and Sustainability. Build better cloud solutions.

- Tags: deep-dive
- Published: 2026-08-10

### [How to Optimize Cloud Costs Using Well-Architected Framework Skills: A Complete Guide](/google/skills/how-to-optimize-cloud-costs-using-well-architected-framework-skills)

Master cloud cost optimization with Google Cloud Well-Architected Framework skills. Reduce spend and maintain business value using our structured FinOps approach. Learn more.

- Tags: how-to-guide
- Published: 2026-08-10

### [How AI Agents Use Google Agent Skills: A Complete Technical Guide](/google/skills/how-do-ai-agents-use-google-agent-skills)

Learn how AI agents use Google Agent Skills by parsing SKILL.md files to automate complex multi-step tasks with Gemini Enterprise. Explore the google/skills repository for technical details.

- Tags: deep-dive
- Published: 2026-08-10

### [What Is the Structure of a Skill in the Google Skills Repository?](/google/skills/what-is-the-structure-of-a-skill-in-the-repository)

Explore the Google Skills repository structure. Learn how a skill is defined by SKILL.md files and organized into directories with optional assets and scripts.

- Tags: getting-started
- Published: 2026-08-10

### [What Is the Purpose of the Google Agent Skills Repository?](/google/skills/what-is-the-purpose-of-the-google-agent-skills-repository)

Discover the purpose of the Google Agent Skills repository. Learn how this collection of skill definitions allows AI agents to consistently interact with Google products and services.

- Tags: getting-started
- Published: 2026-08-10

### [How to Resolve the GCE Autoscaler Conflict with GKE Node Pools](/google/skills/gce-autoscaler-conflict-gke-node-pools)

Resolve GCE Autoscaler conflicts with GKE node pools. Learn how to stop node oscillation and thrashing by disabling the GCE Autoscaler on MIGs backing your GKE clusters.

- Tags: how-to-guide
- Published: 2026-08-09

### [GKE Node Auto Provisioning Logic: How the Autoscaler Decides to Create New Node Pools](/google/skills/gke-node-auto-provisioning-logic)

Understand GKE Node Auto Provisioning logic. Discover how the autoscaler creates new node pools based on cost, reclaimable resources, and constraint penalties for optimal scaling.

- Tags: internals
- Published: 2026-08-09

### [How to Get GKE Cluster Autoscaler Visibility Logs for Debugging](/google/skills/gke-cluster-autoscaler-visibility-logs-debugging)

Debug GKE cluster autoscaler issues by accessing visibility logs in Cloud Logging. Learn to retrieve logs with gcloud or a helpful script.

- Tags: how-to-guide
- Published: 2026-08-09

### [Vertex AI Dedicated vs Shared Endpoints: Architecture, DNS, and Deployment Differences](/google/skills/dedicated-vs-shared-endpoints-vertex-ai-deployment)

Understand Vertex AI dedicated vs shared endpoints. Explore architecture, DNS, and deployment differences for production workloads and prototyping.

- Tags: architecture
- Published: 2026-08-09

### [How to Tune the maxOutputTokens Parameter for Gemini Thinking Models](/google/skills/tune-gemini-thinking-models-maxoutputtokens-parameter)

Optimize Gemini thinking models by tuning maxOutputTokens from 1 to 8192. Control response length, cost, and reasoning depth effectively for better results.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Use OpenAI SDK with OpenMaaS Models on Vertex AI Agent Platform](/google/skills/use-openai-sdk-openmaas-models-agent-platform)

Leverage OpenAI SDK with OpenMaaS models on Vertex AI Agent Platform. Connect easily using an OpenAI-compatible endpoint and Google Cloud authentication for seamless integration.

- Tags: how-to-guide
- Published: 2026-08-09

### [Understanding the Scale-Down Behavior of GKE DaemonSets](/google/skills/gke-daemonset-scale-down-behavior)

Learn how GKE DaemonSets scale down. Understand that DaemonSet pods are ignored by the Cluster Autoscaler, allowing nodes to be removed even when only DaemonSets are present.

- Tags: deep-dive
- Published: 2026-08-09

### [How to Use GKE Topology Spread Constraints with the Cluster Autoscaler: A Complete Guide](/google/skills/gke-topology-spread-constraints-autoscaler-usage)

Learn how to effectively use GKE topology spread constraints with the Cluster Autoscaler to ensure pod distribution. Discover the critical role of the whenUnsatisfiable setting for autoscaling.

- Tags: how-to-guide
- Published: 2026-08-09

### [Understanding GKE Zonal Stockout Cascade and Fallback to Lower Priority Tiers](/google/skills/gke-zonal-stockout-cascade-fallback-lower-priority)

Learn how GKE zonal stockout cascade works. Discover how pending pods automatically fallback to lower priority tiers during node pool stockouts to maintain availability.

- Tags: deep-dive
- Published: 2026-08-09

### [How to Handle Spot VM Preemption with a Grace Period in GKE](/google/skills/handle-spot-vm-preemption-grace-period-gke)

Learn how to handle Spot VM preemption in GKE using terminationGracePeriodSeconds and preStop hooks. Discover how to extend node shutdown grace periods with GKE 1.35+ ComputeClasses.

- Tags: how-to-guide
- Published: 2026-08-09

### [GKE Cluster Autoscaler Location Policy: BALANCED vs ANY Explained](/google/skills/gke-cluster-autoscaler-location-policy-balanced-vs-any)

Understand GKE Cluster Autoscaler location policy BALANCED vs ANY. Learn how BALANCED spreads nodes for availability and ANY maximizes capacity acquisition for your workloads.

- Tags: deep-dive
- Published: 2026-08-09

### [How to Set Up Private Autopilot Clusters in GKE: Complete Configuration Guide](/google/skills/setup-private-autopilot-clusters-gke)

Learn to set up private Autopilot clusters in GKE with this complete guide. Configure private networking, control plane endpoints, and authorized networks easily.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Configure Workload Identity for GKE Pods](/google/skills/configure-workload-identity-gke-pods)

Learn to configure Workload Identity for GKE pods. Securely authenticate GKE pods to Google Cloud APIs without service account keys. Master GKE security today.

- Tags: how-to-guide
- Published: 2026-08-09

### [Criteria for Selecting GKE Autopilot vs Standard Mode: Complete Decision Guide](/google/skills/gke-autopilot-vs-standard-mode-selection-criteria)

Decide between GKE Autopilot and Standard mode. Learn the criteria for selecting the right GKE mode based on your workload needs for node management, billing, and control.

- Tags: deep-dive
- Published: 2026-08-09

### [Difference Between Custom Endpoints and Publisher Endpoints in Vertex AI Agent Platform](/google/skills/custom-endpoints-vs-publisher-endpoints-vertex-ai-agent-platform)

Understand the difference between custom endpoints and publisher endpoints in Vertex AI. Learn how to deploy tuned models or use shared services for Gemini and OpenMaaS.

- Tags: deep-dive
- Published: 2026-08-09

### [When to Use Gemini vs OpenMaaS Models on Agent Platform: A Complete Decision Guide](/google/skills/gemini-vs-openmaas-models-agent-platform-usage)

Decide between Gemini and Open MaaS models for your Agent Platform. Learn when to use Gemini for security and Google Cloud integration or Open MaaS for model variety and pricing.

- Tags: decision-guide
- Published: 2026-08-09

### [How to Authenticate to Agent Platform GenAI Using Google Cloud Credentials](/google/skills/authenticate-agent-platform-genai-google-cloud-credentials)

Learn to authenticate to Agent Platform GenAI with Google Cloud credentials. Use OAuth 2.0 Bearer tokens via ADC, service accounts, or Workload Identity for secure access.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Troubleshoot GKE 429 Resource Exhausted Errors with Gemini API](/google/skills/troubleshoot-gke-429-resource-exhausted-gemini-api)

Troubleshoot GKE 429 Resource Exhausted errors when calling the Gemini API. Learn how to use exponential back-off retries or Provisioned Throughput to resolve quota depletion.

- Tags: how-to-guide
- Published: 2026-08-09

### [GKE Capacity Buffer CRD for Pre-warming Nodes: Implementation Guide](/google/skills/gke-capacity-buffer-crd-pre-warming-nodes)

Implement the GKE Capacity Buffer CRD to maintain pre-warmed nodes. Eliminate provisioning delays during workload spikes with this Cluster Autoscaler extension.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Configure GKE ComputeClass for Node Pool Auto-Creation](/google/skills/configure-gke-computeclass-node-pool-auto-creation)

Learn to configure GKE ComputeClass for node pool auto-creation. Enable automatic node provisioning by setting spec.nodePoolAutoCreation and using the cloud.google.com/compute-class selector.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Fix GKE Cluster Autoscaler Not Scaling Down Due to Scale-Down Blockers](/google/skills/gke-cluster-autoscaler-not-scaling-down-nodes-scale-down-blockers)

Fix GKE Cluster Autoscaler scale-down failures by identifying and removing blockers like pods marked false, bare pods, and PDBs using google/skills diagnostic scripts.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Implement the Google Mobile Ads SDK in Android and iOS Apps](/google/skills/implementing-google-mobile-ads-sdk-in-android-and-ios-apps)

Quickly implement the Google Mobile Ads SDK in your Android and iOS apps with this four-step guide. Learn to add dependencies, configure your App ID, and initialize the SDK for seamless integration.

- Tags: tutorial
- Published: 2026-08-09

### [Integrating Google Analytics Data API for Reporting: A Complete Implementation Guide](/google/skills/integrating-google-analytics-data-api-for-reporting)

Learn to integrate the Google Analytics Data API for reporting. This guide covers enabling the service, setting up credentials, and making RunReportRequest calls for actionable insights.

- Tags: how-to-guide
- Published: 2026-08-09

### [Building Reliable GKE Deployments with SLOs and Health Checks](/google/skills/building-reliable-gke-deployments-with-slos-and-health-checks)

Build self-healing GKE deployments using SLOs and health checks. Ensure predictable scaling and reliable alerting for your GKE workloads.

- Tags: tutorial
- Published: 2026-08-09

### [Managing GKE Cluster Upgrades and Maintenance Windows: A Complete Operational Guide](/google/skills/managing-gke-cluster-upgrades-and-maintenance-windows)

Master GKE cluster upgrades and maintenance windows with our operational guide. Learn to control upgrades, manage release channels, and set exclusion policies for seamless operations.

- Tags: how-to-guide
- Published: 2026-08-09

### [GKE Multi-Tenancy Patterns and Workload Isolation: Namespace Security on Google Kubernetes Engine](/google/skills/gke-multi-tenancy-patterns-and-workload-isolation)

Securely run independent workloads on shared GKE clusters using multi-tenancy patterns. Learn about namespace isolation, RBAC, ResourceQuotas, LimitRanges, and NetworkPolicies.

- Tags: architecture
- Published: 2026-08-09

### [Configuring Cloud Logging and Monitoring for Google Cloud Services: A Complete Foundation Builder Guide](/google/skills/configuring-cloud-logging-and-monitoring-for-google-cloud-services)

Configure Cloud Logging and Monitoring for Google Cloud services using the Foundation Builder skill. Centralize logs, audit logs, and metrics for robust oversight.

- Tags: how-to-guide
- Published: 2026-08-09

### [Firebase Authentication and App Development Basics: A CLI-First Workflow](/google/skills/firebase-authentication-and-app-development-basics)

Learn Firebase authentication and app development basics with a CLI-first workflow. Automate auth, project creation, and SDK initialization with the Google Skills repository.

- Tags: getting-started
- Published: 2026-08-09

### [Setting Up Spanner Databases for Globally Distributed Applications: A Complete Guide](/google/skills/setting-up-spanner-databases-for-globally-distributed-applications)

Learn to set up Spanner databases for globally distributed applications. Deploy multi-region instances, design efficient schemas, and optimize reads with client libraries.

- Tags: how-to-guide
- Published: 2026-08-09

### [Configuring GKE Storage with PersistentVolumes and Cloud Storage: The Complete Guide](/google/skills/configuring-gke-storage-with-persistentvolumes-and-cloud-storage)

Configure GKE storage using PersistentVolumes and Cloud Storage. Deploy the FUSE CSI driver, create a StorageClass and PV, then mount a PVC in your pods for GCS filesystem access.

- Tags: how-to-guide
- Published: 2026-08-09

### [Deploying Serverless Containers with Cloud Run: A Complete Guide to Services, Jobs, and Worker Pools](/google/skills/deploying-serverless-containers-with-cloud-run)

Deploy serverless containers on Cloud Run. This guide covers services, jobs, and worker pools, offering automatic scaling for your OCI-compatible container images.

- Tags: tutorial
- Published: 2026-08-09

### [Using BigQuery ML for Machine Learning Workflows: A Complete SQL-First Guide](/google/skills/using-bigquery-ml-for-machine-learning-workflows)

Master machine learning workflows with BigQuery ML. Build, train, and deploy models directly in SQL, powered by serverless Vertex AI. No data movement needed.

- Tags: tutorial
- Published: 2026-08-09

### [Getting Started with BigQuery: Creating Datasets, Tables, and Running Queries](/google/skills/getting-started-with-bigquery-creating-datasets-tables-and-queries)

Learn to create BigQuery datasets, tables, and run SQL queries. This guide covers essential steps for getting started with Google's serverless data warehouse.

- Tags: getting-started
- Published: 2026-08-09

### [How to Fix DEVELOPER_TOKEN_NOT_APPROVED Errors in the Google Ads API Using Test Accounts](/google/skills/handling-developer-token-not-approved-errors-and-using-test-accounts)

Fix DEVELOPER_TOKEN_NOT_APPROVED errors in the Google Ads API by using test accounts. Learn how to resolve pending developer token issues and access your ads data.

- Tags: how-to-guide
- Published: 2026-08-09

### [Resolving USER_PERMISSION_DENIED Errors in Google Ads API Using login_customer_id](/google/skills/resolving-user-permission-denied-errors-in-google-ads-api)

Fix USER_PERMISSION_DENIED errors in Google Ads API by setting login_customer_id correctly. Authenticate with your Manager Account (MCC) ID to access child accounts.

- Tags: how-to-guide
- Published: 2026-08-09

### [Getting Started with Google Ads API: Credentials, Developer Tokens, and Complete Setup Guide](/google/skills/getting-started-with-google-ads-api-credentials-and-setup)

Learn to set up Google Ads API credentials, developer tokens, and more. Follow our complete guide to get started with the Google Ads API for your advertising needs.

- Tags: getting-started
- Published: 2026-08-09

### [Troubleshooting 429 Resource Exhausted Errors with Dynamic Shared Quota (DSQ)](/google/skills/troubleshooting-429-resource-exhausted-errors-with-dynamic-shared-quota)

Fix 429 Resource Exhausted errors in Google Cloud Agent Platform with Dynamic Shared Quota DSQ. Learn to manage concurrent requests and avoid overload.

- Tags: how-to-guide
- Published: 2026-08-09

### [Authenticating and Calling Gemini Models via the Agent Platform GenAI SDK: 3 Methods Explained](/google/skills/authenticating-and-calling-gemini-models-via-the-agent-platform-genai-sdk)

Learn to authenticate and call Gemini models using the GenAI SDK with 3 methods. Explore native Vertex AI, high-level Gen AI SDK, and OpenAI-compatible client options from the google/skills repo.

- Tags: how-to-guide
- Published: 2026-08-09

### [Optimizing GKE Costs with Proper Resource Requests and Node Pool Configuration](/google/skills/optimizing-gke-costs-with-proper-resource-requests-and-node-pool-configuration)

Slash GKE costs by up to 80% with optimized resource requests and node pool configuration. Learn how to eliminate idle capacity and maintain performance.

- Tags: performance
- Published: 2026-08-09

### [Troubleshooting GKE Workload Deployment Issues: A 6-Step Diagnostic Workflow](/google/skills/troubleshooting-gke-workload-deployment-issues-and-debugging-pods)

Solve GKE workload deployment issues with our 6-step diagnostic workflow. Debug pods, analyze events, and fix common errors like CrashLoopBackOff and ImagePullBackOff efficiently.

- Tags: how-to-guide
- Published: 2026-08-09

### [Setting Up Private GKE Clusters with Master Authorized Networks: A Production Security Guide](/google/skills/setting-up-private-gke-clusters-with-master-authorized-networks)

Secure your GKE clusters by setting up private clusters with Master Authorized Networks. Restrict API access and enhance security for production environments.

- Tags: how-to-guide
- Published: 2026-08-09

### [Configuring Workload Identity for Secure GKE Access to Google Cloud Services](/google/skills/configuring-workload-identity-for-secure-gke-access-to-google-cloud-services)

Securely access Google Cloud services from GKE using Workload Identity. Learn how to link Kubernetes and Google service accounts for keyless authentication.

- Tags: how-to-guide
- Published: 2026-08-09

### [How to Choose Between GKE Autopilot and Standard Mode for Production Workloads](/google/skills/how-to-choose-between-gke-autopilot-and-standard-mode-for-production-workloads)

Confused about GKE Autopilot vs Standard mode for production? Learn when to use Autopilot by default and when Standard mode is necessary for node-level customizations.

- Tags: best-practices
- Published: 2026-08-09

### [How to Implement Streaming Responses with Server-Sent Events (SSE) in the Gemini API](/google/skills/implement-streaming-responses-with-server-sent-events-in-gemini-api)

Enable streaming responses with Server-Sent Events SSE in the Gemini API. Learn how to implement chunked HTTP responses for real-time data using curl, Python, or JavaScript.

- Tags: how-to-guide
- Published: 2026-06-11

### [How to Migrate from google-cloud-aiplatform to google-genai SDK: A Complete Guide](/google/skills/migrate-from-google-cloud-aiplatform-to-google-genai-sdk)

Migrate from google-cloud-aiplatform to google-genai SDK easily. Follow this guide to update your environment and code for seamless Gemini integration.

- Tags: migration-guide
- Published: 2026-06-11

### [How to Authenticate the Gemini Interactions API with Application Default Credentials (ADC)](/google/skills/how-to-authenticate-gemini-interactions-api-with-application-default-credentials)

Learn to authenticate the Gemini Interactions API using Application Default Credentials ADC. Discover how to load OAuth 2.0 credentials and integrate them seamlessly with SDKs for secure API access.

- Tags: how-to-guide
- Published: 2026-06-11

### [How to Implement Tool Use with the Gemini Interactions API](/google/skills/how-to-implement-tool-use-with-gemini-interactions-api)

Learn to implement tool use with the Gemini Interactions API. Pass local functions, execute them securely, and enhance your AI applications. Get started today.

- Tags: how-to-guide
- Published: 2026-06-11

### [How to Implement Function Calling with Gemini Interactions API: A Complete Guide](/google/skills/how-to-implement-function-calling-with-gemini-interactions-api)

Learn how to implement function calling with the Gemini Interactions API and the google/skills repository. This guide explains how models invoke Python functions via tools configuration.

- Tags: how-to-guide
- Published: 2026-06-11

### [How to Stream Real‑Time Responses from the Gemini Interactions API with Python](/google/skills/how-to-stream-real-time-responses-from-gemini-interactions-api-with-python)

Stream real-time responses from the Gemini Interactions API with Python by setting stream=True. Iterate over the generator to receive incremental Server-Sent Events chunks directly.

- Tags: how-to-guide
- Published: 2026-06-11

### [How to Implement Stateful Multi-Turn Conversations with the Gemini Interactions API](/google/skills/how-to-implement-stateful-multi-turn-conversations-with-gemini-interactions-api)

Learn to implement stateful multi turn conversations with the Gemini Interactions API. Easily manage context by setting store on your first request and passing the interaction ID.

- Tags: how-to-guide
- Published: 2026-06-11

### [Cloud SQL SSL/TLS Configuration for Encrypted Connections: Two Methods Explained](/google/skills/cloud-sql-ssl-tls-configuration-encrypted-connections)

Master Cloud SQL SSL/TLS configuration. Learn two methods for encrypted connections: mutual TLS certificates and the Cloud SQL Auth Proxy. Secure your database today.

- Tags: how-to-guide
- Published: 2026-06-09

### [GKE Release Channels and Upgrade Strategies: A Complete Guide to Cluster Lifecycle Management](/google/skills/gke-release-channels-upgrade-strategies)

Master GKE release channels and upgrade strategies for seamless cluster lifecycle management. Discover Rapid, Regular, and Stable channels plus zero-downtime maintenance options like surge upgrades.

- Tags: tutorial
- Published: 2026-06-09

### [Managing GKE Secrets with Secret Manager Integration: Configuration and Best Practices](/google/skills/manage-gke-secrets-secret-manager-integration)

Learn to manage GKE secrets with Secret Manager integration. Sync secrets automatically using Workload Identity, eliminate keys, and enable rotation.

- Tags: how-to-guide
- Published: 2026-06-09

### [MCP Server Configuration for Gemini Agents: A Complete API Guide](/google/skills/mcp-server-configuration-gemini-agents)

Configure MCP servers for Gemini agents efficiently. Learn how to add mcp entries to the tools array for seamless API integration and hidden header injection.

- Tags: api-reference
- Published: 2026-06-09

### [Optimizing GKE Costs Using Spot VMs: ComputeClass Patterns and Fallback Strategies](/google/skills/optimize-gke-costs-spot-vms)

Slash GKE costs up to 90% with Spot VMs and ComputeClasses. Discover fallback strategies and automatic re-migration for cost-effective, resilient workloads that tolerate interruption.

- Tags: performance
- Published: 2026-06-09

### [How to Set Up GKE Private Cluster Networking and VPC-Native Clusters](/google/skills/setup-gke-private-cluster-networking-vpc-native)

Master GKE private cluster networking and VPC-native setup. Assign unique IPs to pods, hide node IPs with IP-alias, and leverage Dataplane V2 for enhanced security and performance.

- Tags: how-to-guide
- Published: 2026-06-09

### [How to Configure GKE Workload Identity for Secure Authentication](/google/skills/configure-gke-workload-identity-secure-authentication)

Secure your GKE pods with Workload Identity. Learn how to map Kubernetes Service Accounts to Google IAM for authenticated access to Google Cloud services using short-lived tokens.

- Tags: how-to-guide
- Published: 2026-06-09

