[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-gke-compute-class-creator":3,"mdc--t75429-key":31,"related-org-google-cloud-gke-compute-class-creator":434,"related-repo-google-cloud-gke-compute-class-creator":623},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":29,"mdContent":30},"gke-compute-class-creator","create GKE ComputeClass resources","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.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"google-cloud","Google Cloud","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fgoogle-cloud.png","GoogleCloudPlatform",[13,17,20],{"name":14,"slug":15,"type":16},"Configuration","configuration","tag",{"name":18,"slug":19,"type":16},"Kubernetes","kubernetes",{"name":9,"slug":8,"type":16},161,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fgke-mcp","2026-07-12T07:39:40.694739",null,78,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":24},[],"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fgke-mcp\u002Ftree\u002FHEAD\u002Fskills\u002Fgke-compute-class-creator","---\nname: gke-compute-class-creator\ndescription: 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.\n---\n\n# Creating GKE ComputeClasses\n\nThis skill helps you construct `ComputeClass` resources for Google Kubernetes Engine (GKE). ComputeClasses allow for declarative node configuration and sophisticated autoscaling behaviors like fallback priorities and active migration.\n\n## Workflow\n\n1. **Analyze Requirements**: Determine the user's goals (Cost optimization? Specific hardware? High availability?).\n2. **Select Strategy**:\n   - **Cost Optimization**: Use `spot: true` as a high priority, with `spot: false` as a fallback.\n   - **Performance**: Select specific `machineFamily` (e.g., `c3`, `c4`) or `machineType`.\n   - **AI\u002FML**: Configure `gpu` or `tpu` fields.\n3. **Construct YAML**: Use the references below to build the `ComputeClass` manifest.\n4. **Validate**: Ensure all fields comply with the specification.\n5. **Apply**: Provide the user with the `kubectl apply -f \u003Cfilename>.yaml` command.\n\n## References\n\n- **[Specification](references\u002Fcompute-class-spec.md)**: Detailed breakdown of the `ComputeClass` CRD fields (`priorities`, `machineFamily`, `gpu`, etc.).\n- **[Examples](references\u002Fcompute-class-examples.md)**: Copy-pasteable YAML patterns for common scenarios (Spot fallback, GPU, Zonal).\n\n## Usage Tips\n\n- **Active Migration**: If the user wants to automatically move back to Spot VMs when they become available, ensure `spec.activeMigration.optimizeRulePriority` is set to `true`.\n- **Node Selection**: Remind the user that to use the class, their Pods must specify:\n  ```yaml\n  nodeSelector:\n    cloud.google.com\u002Fcompute-class: \"\u003Cclass-name>\"\n  ```\n- **Conflict Warning**: Advise against mixing `ComputeClass` selection with other hard node selectors (like `cloud.google.com\u002Fgke-spot`) as this can lead to scheduling conflicts.\n",{"data":32,"body":33},{"name":4,"description":6},{"type":34,"children":35},"root",[36,45,60,67,236,242,301,307,428],{"type":37,"tag":38,"props":39,"children":41},"element","h1",{"id":40},"creating-gke-computeclasses",[42],{"type":43,"value":44},"text","Creating GKE ComputeClasses",{"type":37,"tag":46,"props":47,"children":48},"p",{},[49,51,58],{"type":43,"value":50},"This skill helps you construct ",{"type":37,"tag":52,"props":53,"children":55},"code",{"className":54},[],[56],{"type":43,"value":57},"ComputeClass",{"type":43,"value":59}," resources for Google Kubernetes Engine (GKE). ComputeClasses allow for declarative node configuration and sophisticated autoscaling behaviors like fallback priorities and active migration.",{"type":37,"tag":61,"props":62,"children":64},"h2",{"id":63},"workflow",[65],{"type":43,"value":66},"Workflow",{"type":37,"tag":68,"props":69,"children":70},"ol",{},[71,83,191,208,218],{"type":37,"tag":72,"props":73,"children":74},"li",{},[75,81],{"type":37,"tag":76,"props":77,"children":78},"strong",{},[79],{"type":43,"value":80},"Analyze Requirements",{"type":43,"value":82},": Determine the user's goals (Cost optimization? Specific hardware? High availability?).",{"type":37,"tag":72,"props":84,"children":85},{},[86,91,93],{"type":37,"tag":76,"props":87,"children":88},{},[89],{"type":43,"value":90},"Select Strategy",{"type":43,"value":92},":\n",{"type":37,"tag":94,"props":95,"children":96},"ul",{},[97,123,165],{"type":37,"tag":72,"props":98,"children":99},{},[100,105,107,113,115,121],{"type":37,"tag":76,"props":101,"children":102},{},[103],{"type":43,"value":104},"Cost Optimization",{"type":43,"value":106},": Use ",{"type":37,"tag":52,"props":108,"children":110},{"className":109},[],[111],{"type":43,"value":112},"spot: true",{"type":43,"value":114}," as a high priority, with ",{"type":37,"tag":52,"props":116,"children":118},{"className":117},[],[119],{"type":43,"value":120},"spot: false",{"type":43,"value":122}," as a fallback.",{"type":37,"tag":72,"props":124,"children":125},{},[126,131,133,139,141,147,149,155,157,163],{"type":37,"tag":76,"props":127,"children":128},{},[129],{"type":43,"value":130},"Performance",{"type":43,"value":132},": Select specific ",{"type":37,"tag":52,"props":134,"children":136},{"className":135},[],[137],{"type":43,"value":138},"machineFamily",{"type":43,"value":140}," (e.g., ",{"type":37,"tag":52,"props":142,"children":144},{"className":143},[],[145],{"type":43,"value":146},"c3",{"type":43,"value":148},", ",{"type":37,"tag":52,"props":150,"children":152},{"className":151},[],[153],{"type":43,"value":154},"c4",{"type":43,"value":156},") or ",{"type":37,"tag":52,"props":158,"children":160},{"className":159},[],[161],{"type":43,"value":162},"machineType",{"type":43,"value":164},".",{"type":37,"tag":72,"props":166,"children":167},{},[168,173,175,181,183,189],{"type":37,"tag":76,"props":169,"children":170},{},[171],{"type":43,"value":172},"AI\u002FML",{"type":43,"value":174},": Configure ",{"type":37,"tag":52,"props":176,"children":178},{"className":177},[],[179],{"type":43,"value":180},"gpu",{"type":43,"value":182}," or ",{"type":37,"tag":52,"props":184,"children":186},{"className":185},[],[187],{"type":43,"value":188},"tpu",{"type":43,"value":190}," fields.",{"type":37,"tag":72,"props":192,"children":193},{},[194,199,201,206],{"type":37,"tag":76,"props":195,"children":196},{},[197],{"type":43,"value":198},"Construct YAML",{"type":43,"value":200},": Use the references below to build the ",{"type":37,"tag":52,"props":202,"children":204},{"className":203},[],[205],{"type":43,"value":57},{"type":43,"value":207}," manifest.",{"type":37,"tag":72,"props":209,"children":210},{},[211,216],{"type":37,"tag":76,"props":212,"children":213},{},[214],{"type":43,"value":215},"Validate",{"type":43,"value":217},": Ensure all fields comply with the specification.",{"type":37,"tag":72,"props":219,"children":220},{},[221,226,228,234],{"type":37,"tag":76,"props":222,"children":223},{},[224],{"type":43,"value":225},"Apply",{"type":43,"value":227},": Provide the user with the ",{"type":37,"tag":52,"props":229,"children":231},{"className":230},[],[232],{"type":43,"value":233},"kubectl apply -f \u003Cfilename>.yaml",{"type":43,"value":235}," command.",{"type":37,"tag":61,"props":237,"children":239},{"id":238},"references",[240],{"type":43,"value":241},"References",{"type":37,"tag":94,"props":243,"children":244},{},[245,287],{"type":37,"tag":72,"props":246,"children":247},{},[248,258,260,265,267,273,274,279,280,285],{"type":37,"tag":76,"props":249,"children":250},{},[251],{"type":37,"tag":252,"props":253,"children":255},"a",{"href":254},"references\u002Fcompute-class-spec.md",[256],{"type":43,"value":257},"Specification",{"type":43,"value":259},": Detailed breakdown of the ",{"type":37,"tag":52,"props":261,"children":263},{"className":262},[],[264],{"type":43,"value":57},{"type":43,"value":266}," CRD fields (",{"type":37,"tag":52,"props":268,"children":270},{"className":269},[],[271],{"type":43,"value":272},"priorities",{"type":43,"value":148},{"type":37,"tag":52,"props":275,"children":277},{"className":276},[],[278],{"type":43,"value":138},{"type":43,"value":148},{"type":37,"tag":52,"props":281,"children":283},{"className":282},[],[284],{"type":43,"value":180},{"type":43,"value":286},", etc.).",{"type":37,"tag":72,"props":288,"children":289},{},[290,299],{"type":37,"tag":76,"props":291,"children":292},{},[293],{"type":37,"tag":252,"props":294,"children":296},{"href":295},"references\u002Fcompute-class-examples.md",[297],{"type":43,"value":298},"Examples",{"type":43,"value":300},": Copy-pasteable YAML patterns for common scenarios (Spot fallback, GPU, Zonal).",{"type":37,"tag":61,"props":302,"children":304},{"id":303},"usage-tips",[305],{"type":43,"value":306},"Usage Tips",{"type":37,"tag":94,"props":308,"children":309},{},[310,335,403],{"type":37,"tag":72,"props":311,"children":312},{},[313,318,320,326,328,334],{"type":37,"tag":76,"props":314,"children":315},{},[316],{"type":43,"value":317},"Active Migration",{"type":43,"value":319},": If the user wants to automatically move back to Spot VMs when they become available, ensure ",{"type":37,"tag":52,"props":321,"children":323},{"className":322},[],[324],{"type":43,"value":325},"spec.activeMigration.optimizeRulePriority",{"type":43,"value":327}," is set to ",{"type":37,"tag":52,"props":329,"children":331},{"className":330},[],[332],{"type":43,"value":333},"true",{"type":43,"value":164},{"type":37,"tag":72,"props":336,"children":337},{},[338,343,345],{"type":37,"tag":76,"props":339,"children":340},{},[341],{"type":43,"value":342},"Node Selection",{"type":43,"value":344},": Remind the user that to use the class, their Pods must specify:\n",{"type":37,"tag":346,"props":347,"children":352},"pre",{"className":348,"code":349,"language":350,"meta":351,"style":351},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","nodeSelector:\n  cloud.google.com\u002Fcompute-class: \"\u003Cclass-name>\"\n","yaml","",[353],{"type":37,"tag":52,"props":354,"children":355},{"__ignoreMap":351},[356,373],{"type":37,"tag":357,"props":358,"children":361},"span",{"class":359,"line":360},"line",1,[362,368],{"type":37,"tag":357,"props":363,"children":365},{"style":364},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[366],{"type":43,"value":367},"nodeSelector",{"type":37,"tag":357,"props":369,"children":371},{"style":370},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[372],{"type":43,"value":92},{"type":37,"tag":357,"props":374,"children":376},{"class":359,"line":375},2,[377,382,387,392,398],{"type":37,"tag":357,"props":378,"children":379},{"style":364},[380],{"type":43,"value":381},"  cloud.google.com\u002Fcompute-class",{"type":37,"tag":357,"props":383,"children":384},{"style":370},[385],{"type":43,"value":386},":",{"type":37,"tag":357,"props":388,"children":389},{"style":370},[390],{"type":43,"value":391}," \"",{"type":37,"tag":357,"props":393,"children":395},{"style":394},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[396],{"type":43,"value":397},"\u003Cclass-name>",{"type":37,"tag":357,"props":399,"children":400},{"style":370},[401],{"type":43,"value":402},"\"\n",{"type":37,"tag":72,"props":404,"children":405},{},[406,411,413,418,420,426],{"type":37,"tag":76,"props":407,"children":408},{},[409],{"type":43,"value":410},"Conflict Warning",{"type":43,"value":412},": Advise against mixing ",{"type":37,"tag":52,"props":414,"children":416},{"className":415},[],[417],{"type":43,"value":57},{"type":43,"value":419}," selection with other hard node selectors (like ",{"type":37,"tag":52,"props":421,"children":423},{"className":422},[],[424],{"type":43,"value":425},"cloud.google.com\u002Fgke-spot",{"type":43,"value":427},") as this can lead to scheduling conflicts.",{"type":37,"tag":429,"props":430,"children":431},"style",{},[432],{"type":43,"value":433},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":435,"total":622},[436,454,470,492,506,517,531,548,565,578,594,604],{"slug":437,"name":437,"fn":438,"description":439,"org":440,"tags":441,"stars":451,"repoUrl":452,"updatedAt":453},"kb-search","search and extract local knowledge base documents","Allows listing, searching and extracting information from local knowledge base documents for information about tables\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[442,445,448],{"name":443,"slug":444,"type":16},"Documentation","documentation",{"name":446,"slug":447,"type":16},"Knowledge Base","knowledge-base",{"name":449,"slug":450,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":455,"name":456,"fn":457,"description":458,"org":459,"tags":460,"stars":451,"repoUrl":452,"updatedAt":469},"knowledgecatalogdiscoveryagent","knowledge_catalog_discovery_agent","search and rank Knowledge Catalog data entries","Analyzes user queries, extracts relevant predicates, and utilizes Knowledge Catalog Search to find and rank the most relevant data entries. Engages with the user throughout the process.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[461,464,465,468],{"name":462,"slug":463,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":466,"slug":467,"type":16},"Knowledge Management","knowledge-management",{"name":449,"slug":450,"type":16},"2026-07-12T07:38:22.196851",{"slug":471,"name":471,"fn":472,"description":473,"org":474,"tags":475,"stars":489,"repoUrl":490,"updatedAt":491},"contributing","contribute to Cloud Foundation Fabric","End-to-end workflow for contributing to Cloud Foundation Fabric: triaging GitHub issues, proactive feature development, validating with tests and Policy Troubleshooter, and submitting sanitized Pull Requests. Use when addressing a Fabric GitHub issue, developing a module or FAST stage change, or preparing a branch for a pull request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[476,479,482,485,486],{"name":477,"slug":478,"type":16},"Automation","automation",{"name":480,"slug":481,"type":16},"Engineering","engineering",{"name":483,"slug":484,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":487,"slug":488,"type":16},"Pull Requests","pull-requests",2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-31T06:23:36.935005",{"slug":493,"name":493,"fn":494,"description":495,"org":496,"tags":497,"stars":489,"repoUrl":490,"updatedAt":505},"fabric-builder","generate Terraform code for Google Cloud","Generates idiomatic Cloud Foundation Fabric (CFF) Terraform code using CFF modules. Use when users ask to create GCP resources, use Fabric modules, or generate Terraform code for Google Cloud.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[498,499,502],{"name":9,"slug":8,"type":16},{"name":500,"slug":501,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":503,"slug":504,"type":16},"Terraform","terraform","2026-07-12T07:38:23.514555",{"slug":507,"name":507,"fn":508,"description":509,"org":510,"tags":511,"stars":489,"repoUrl":490,"updatedAt":516},"fast-0-org-setup-prereqs","prepare prerequisites for FAST 0-org-setup","Guides the user step-by-step through the prerequisites for the FAST 0-org-setup stage, supporting both Standard GCP and Google Cloud Dedicated (GCD) environments. Use when a user asks to prepare or run prerequisites for 0-org-setup or bootstrap the FAST landing zone.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[512,513],{"name":9,"slug":8,"type":16},{"name":514,"slug":515,"type":16},"Operations","operations","2026-07-12T07:38:28.127148",{"slug":518,"name":518,"fn":519,"description":520,"org":521,"tags":522,"stars":528,"repoUrl":529,"updatedAt":530},"agent-aware-cli","design agent-aware command-line interfaces","Guide for designing and implementing command-line interfaces (CLIs) that are equally usable by human developers and automated coding agents. Use when the user wants to build a CLI, apply CLI best practices, or use Go with Cobra and Viper.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[523,526,527],{"name":524,"slug":525,"type":16},"CLI","cli",{"name":480,"slug":481,"type":16},{"name":9,"slug":8,"type":16},1150,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fvertex-ai-creative-studio","2026-07-12T07:39:08.41406",{"slug":532,"name":532,"fn":533,"description":534,"org":535,"tags":536,"stars":528,"repoUrl":529,"updatedAt":547},"build-mcp-genmedia","build and configure GenAI MCP servers","Builds the mcp-genmedia Go MCP servers (nanobanana, veo, lyria, gemini-multimodal, chirp3-hd, avtool) from source and wires them into settings.json. Use this skill whenever the MCP tools are missing or broken — typically at the start of a new session, after a container restart, or when \u002Ftmp has been wiped. The prebuilt binaries in \u002Fworkspace\u002F.local\u002Fbin\u002F have no exec bit and live on a noexec mount; this skill compiles fresh executables into \u002Ftmp\u002Fbin\u002F where execution is allowed.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[537,540,541,544],{"name":538,"slug":539,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":542,"slug":543,"type":16},"LLM","llm",{"name":545,"slug":546,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":549,"name":549,"fn":550,"description":551,"org":552,"tags":553,"stars":528,"repoUrl":529,"updatedAt":564},"genmedia-audio-engineer","synthesize and mix audio content","Expert in audio synthesis, music generation, and mixing. Use when creating podcasts, background scores, or multi-track audio layering using mcp-chirp3-go, mcp-lyria-go, mcp-gemini-go, mcp-nanobanana-go, and mcp-avtool-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[554,557,560,561],{"name":555,"slug":556,"type":16},"Audio","audio",{"name":558,"slug":559,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":562,"slug":563,"type":16},"Vertex AI","vertex-ai","2026-07-12T07:39:16.623879",{"slug":566,"name":566,"fn":567,"description":568,"org":569,"tags":570,"stars":528,"repoUrl":529,"updatedAt":577},"genmedia-image-artist","generate and edit AI images","Expert in AI image generation and editing. Use when the user needs high-quality textures, character-consistent visuals, or image-to-image editing using mcp-nanobanana-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[571,572,573,576],{"name":558,"slug":559,"type":16},{"name":9,"slug":8,"type":16},{"name":574,"slug":575,"type":16},"Image Generation","image-generation",{"name":562,"slug":563,"type":16},"2026-07-12T07:39:15.372822",{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":528,"repoUrl":529,"updatedAt":593},"genmedia-producer","produce multi-step media content","Expert media production assistant. Use when requested to help with storyboarding, podcast creation, audio assembly, or complex multi-step media workflows using the GenMedia MCP servers (Veo, Lyria, Gemini TTS, NanoBanana).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[584,585,586,587,590],{"name":555,"slug":556,"type":16},{"name":558,"slug":559,"type":16},{"name":9,"slug":8,"type":16},{"name":588,"slug":589,"type":16},"Media","media",{"name":591,"slug":592,"type":16},"Video","video","2026-07-12T07:39:09.672849",{"slug":595,"name":595,"fn":596,"description":597,"org":598,"tags":599,"stars":528,"repoUrl":529,"updatedAt":603},"genmedia-video-editor","edit and compose video content","Expert in video composition, editing, and format conversion. Use when the user wants to generate high-quality video, overlay images on video, concatenate clips, create GIFs, or sync audio to video using mcp-avtool-go and mcp-veo-go.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[600,601,602],{"name":558,"slug":559,"type":16},{"name":9,"slug":8,"type":16},{"name":591,"slug":592,"type":16},"2026-07-12T07:39:13.749081",{"slug":605,"name":605,"fn":606,"description":607,"org":608,"tags":609,"stars":528,"repoUrl":529,"updatedAt":621},"genmedia-voice-director","generate expressive text-to-speech with Gemini","Expert in casting, directing, and generating expressive text-to-speech using Gemini TTS. Use this when the user needs virtual voice actor personas, expressive speech generation, or multiple variations of a voiceover (like \"take 3 on the bounce\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[610,611,612,615,618],{"name":555,"slug":556,"type":16},{"name":558,"slug":559,"type":16},{"name":613,"slug":614,"type":16},"Gemini","gemini",{"name":616,"slug":617,"type":16},"Speech","speech",{"name":619,"slug":620,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80,{"items":624,"total":715},[625,637,651,664,677,688,704],{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":21,"repoUrl":22,"updatedAt":636},"custom-golden-image-discovery","discover golden base images for GKE nodes","Expert at discovering golden base images for GKE custom nodes using technical specs or context clues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[631,634,635],{"name":632,"slug":633,"type":16},"Deployment","deployment",{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},"2026-07-12T07:39:30.888879",{"slug":638,"name":638,"fn":639,"description":640,"org":641,"tags":642,"stars":21,"repoUrl":22,"updatedAt":650},"gke-ai-troubleshooting-handle-disruption-gpu-tpu","diagnose GPU and TPU workload disruptions","Diagnose and predict node disruption during Compute Engine host maintenance for GPU and TPU workloads.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[643,646,647,648],{"name":644,"slug":645,"type":16},"Debugging","debugging",{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":130,"slug":649,"type":16},"performance","2026-07-28T05:34:18.149515",{"slug":652,"name":652,"fn":653,"description":654,"org":655,"tags":656,"stars":21,"repoUrl":22,"updatedAt":663},"gke-ai-troubleshooting-jobset-interruption","diagnose GKE JobSet interruptions","Systematically diagnose GKE JobSet interruptions, restarts, and preemptions for AI\u002FML training workloads. Identifies preemption events, maintenance interruptions, bad host VMs, unhealthy pods, and coordinator worker failures.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[657,658,659,660],{"name":644,"slug":645,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":661,"slug":662,"type":16},"Observability","observability","2026-07-12T07:40:04.511878",{"slug":665,"name":665,"fn":666,"description":667,"org":668,"tags":669,"stars":21,"repoUrl":22,"updatedAt":676},"gke-ai-troubleshooting-skill-creation-guide","create GKE troubleshooting skill bundles","Expert instructions for building high-quality GKE troubleshooting skills. Codifies Step 0 context rules, zero-hallucination signatures, and explicit LQL\u002FPromQL query requirements.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[670,671,672,673],{"name":443,"slug":444,"type":16},{"name":480,"slug":481,"type":16},{"name":9,"slug":8,"type":16},{"name":674,"slug":675,"type":16},"Technical Writing","technical-writing","2026-07-12T07:39:50.73484",{"slug":678,"name":678,"fn":679,"description":680,"org":681,"tags":682,"stars":21,"repoUrl":22,"updatedAt":687},"gke-ai-troubleshooting-tpu-connection-failure-vbar-oom","diagnose GKE TPU connection 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.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[683,684,685,686],{"name":644,"slug":645,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":130,"slug":649,"type":16},"2026-07-12T07:39:49.482979",{"slug":689,"name":689,"fn":690,"description":691,"org":692,"tags":693,"stars":21,"repoUrl":22,"updatedAt":703},"gke-app-onboarding","containerize and deploy apps to GKE","Workflows for containerizing and deploying applications to GKE for the first time.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[694,697,698,699,700],{"name":695,"slug":696,"type":16},"Containers","containers",{"name":632,"slug":633,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":701,"slug":702,"type":16},"Onboarding","onboarding","2026-07-12T07:39:41.935837",{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":21,"repoUrl":22,"updatedAt":714},"gke-backup-dr","configure GKE backup and disaster recovery","Workflows for configuring Backup for GKE and disaster recovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[710,711,712,713],{"name":632,"slug":633,"type":16},{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":514,"slug":515,"type":16},"2026-07-12T07:39:34.806995",25]