
Standardized setup for new Go (Golang) projects and services. Activate to ensure clean, idiomatic project structures (Standard Layout) and implement production-ready patterns (graceful shutdown, package separation) from day one.
Boilerplate for a production evaluation runner that performs parallel inference, captures reasoning traces via SSE, and integrates with the Vertex AI Gen AI Evaluation service.
Provides templates for configuring Vertex AI Gen AI Evaluation metrics like GROUNDING, TOOL_USE_QUALITY, and ResponseMatch for specific agent domains.
Assists developers in collecting and structuring a library of diverse examples ("Golden Dataset") required for data-driven evaluation, including tool trajectories.
Implements the "Defense-in-Depth" integration pattern in Python (intercepting prompts, parsing filter results).
Helps developers implement the long-term memory layer by providing the boilerplate code for the VertexAiMemoryBankService and the save_session_to_memory_callback.
Standardizes the creation of Sensitive Data Protection (DLP) templates for PII and credential redaction.
Real-time source of truth for software and model versions. Activate when adding dependencies, installing packages, or identifying Gemini model names. Bypasses internal knowledge cutoffs by querying live registries (NPM, PyPI, Go Proxy) and official documentation.
Automates the generation of Terraform files for a secure Cloud Run deployment of an AI agent.
Configures Model Armor security policies (Prompt Injection, Jailbreak, RAI filters).
Generates optimized descriptions for video platforms from transcripts and supplementary material. Use when the user asks for a video description or provides a transcript for video preparation.
Systematically diagnose GKE JobSet interruptions, restarts, and preemptions for AI/ML training workloads. Identifies preemption events, maintenance interruptions, bad host VMs, unhealthy pods, and coordinator worker failures.
Diagnose and prevent `vbar_control_agent` segfaults and OOMs caused by race conditions during TPU device resets and frequent metrics collection (e.g. every 3s). Use when TPU slice initialization fails or `vbar_control_agent` crashes on TPU v6e nodes.
Expert instructions for building high-quality GKE troubleshooting skills. Codifies Step 0 context rules, zero-hallucination signatures, and explicit LQL/PromQL query requirements.
Assists in preparing applications and clusters on GKE for production.
Workflows for containerizing and deploying applications to GKE for the first time.
Workflows for auditing and hardening the security of GKE workloads.
Answer natural language questions about GKE-related costs by leveraging BigQuery export and cost allocation data.
Guidance on managing storage in Google Kubernetes Engine (GKE) clusters.
Workflows for ensuring high availability and reliability of GKE workloads.
Guidance on implementing multi-tenancy and governance in Google Kubernetes Engine (GKE) clusters.
Guidance on managing the lifecycle and upgrades of Google Kubernetes Engine (GKE) clusters.
Guide for creating GKE ComputeClass resources. Use this skill when users want to define custom node configurations, autoscaling priorities, or hardware requirements (e.g., Spot VMs, GPUs, specific machine families) for their GKE workloads.
Deploy optimized AI/ML inference workloads on GKE using Google's Inference Quickstart (GIQ). Covers model discovery, manifest generation, and deployment using native MCP tools and CLI.
Workflows for configuring edge networking, ingress, and security on GKE.
Specific workflows for scaling GKE workloads using HPA and VPA, as well as best practices for autoscaling configuration.
Workflows for setting up and auditing observability (logging, monitoring, tracing) on GKE.
Guidance on optimizing costs for Google Kubernetes Engine (GKE) clusters.
Guides the user through creating GKE clusters using pre-defined templates (Standard, Autopilot, GPU/AI).
Workflows for configuring Backup for GKE and disaster recovery.
Expert at discovering golden base images for GKE custom nodes using technical specs or context clues.