[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-google-cloud-fabric-builder":3,"mdc-6buwe-key":33,"related-repo-google-cloud-fabric-builder":360,"related-org-google-cloud-fabric-builder":400},{"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":28,"sourceUrl":31,"mdContent":32},"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},"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},"Terraform","terraform","tag",{"name":18,"slug":19,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":9,"slug":8,"type":16},2062,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric","2026-07-12T07:38:23.514555",null,1242,[27,8,15],"gcp",{"repoUrl":22,"stars":21,"forks":25,"topics":29,"description":30},[27,8,15],"End-to-end modular samples and landing zones toolkit for Terraform on GCP.","https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric\u002Ftree\u002FHEAD\u002Fskills\u002Ffabric-builder","---\nname: fabric-builder\ndescription: 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.\n---\n\n# Fabric Builder\n\nThis skill generates idiomatic Terraform code using Cloud Foundation Fabric (CFF) modules, following established best practices and conventions.\n\n## Core Workflow\n\n1. **Understand Request:** Identify the GCP resources and relationships requested by the user.\n2. **Fetch Module Info:** Identify the relevant CFF module(s) from the `modules\u002F` folder on GitHub (`GoogleCloudPlatform\u002Fcloud-foundation-fabric`).\n3. **Generate Terraform:** Output an idiomatic Terraform root module that consumes the CFF modules.\n\n## Important Guidance\n\n- **Conventions & Best Practices:** Consult [conventions.md](references\u002Fconventions.md) for guidelines on how to consume Fabric modules and write high-quality, idiomatic Terraform code.\n- **Fetching Modules:** Do not invent module inputs or outputs. Use the `fabric.py` script to pull exact details (README, variables, examples) for a specific module from GitHub before using it.\n  - To list available modules: `python3 scripts\u002Ffabric.py modules`\n  - To fetch details for a module (README): `python3 scripts\u002Ffabric.py fetch readme \u003Cmodule_name>`\n  - To fetch variables files: `python3 scripts\u002Ffabric.py fetch variables \u003Cmodule_name>`\n  - To fetch outputs files: `python3 scripts\u002Ffabric.py fetch outputs \u003Cmodule_name>`\n  - To fetch schema files (useful for factories): `python3 scripts\u002Ffabric.py fetch schemas \u003Cmodule_name>`\n  - To fetch the latest release version: `python3 scripts\u002Ffabric.py release`\n  - **SSL Certification Verification**: If you run into SSL certificate issues on your host machine, use the `--no-ssl-verify` flag (e.g., `python3 scripts\u002Ffabric.py --no-ssl-verify fetch readme \u003Cmodule_name>`).\n\n## Guidelines for Output\n\n- **Root Module Output:** Your output must be a complete Terraform root module that calls the appropriate CFF modules to fulfill the user's requirements.\n- **Use Fabric Modules:** Rely on CFF modules instead of raw `google_` resources whenever possible.\n- **Example-based Learning:** Always refer to the module's README (fetched via `scripts\u002Ffabric.py`) for correct usage examples.\n- **Module Source:** When generating module calls, use a GitHub source. It should look like this: `source = \"github.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric\u002F\u002Fmodules\u002Fproject?ref={VERSION}&depth=1\"`.\n- **Formatting & Validation:** Ensure the generated code is properly formatted. If possible, run `terraform fmt`, `terraform validate`, and `terraform plan` to check your work.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,52,59,112,118,253,259],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","Fabric Builder",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"This skill generates idiomatic Terraform code using Cloud Foundation Fabric (CFF) modules, following established best practices and conventions.",{"type":39,"tag":53,"props":54,"children":56},"h2",{"id":55},"core-workflow",[57],{"type":44,"value":58},"Core Workflow",{"type":39,"tag":60,"props":61,"children":62},"ol",{},[63,75,102],{"type":39,"tag":64,"props":65,"children":66},"li",{},[67,73],{"type":39,"tag":68,"props":69,"children":70},"strong",{},[71],{"type":44,"value":72},"Understand Request:",{"type":44,"value":74}," Identify the GCP resources and relationships requested by the user.",{"type":39,"tag":64,"props":76,"children":77},{},[78,83,85,92,94,100],{"type":39,"tag":68,"props":79,"children":80},{},[81],{"type":44,"value":82},"Fetch Module Info:",{"type":44,"value":84}," Identify the relevant CFF module(s) from the ",{"type":39,"tag":86,"props":87,"children":89},"code",{"className":88},[],[90],{"type":44,"value":91},"modules\u002F",{"type":44,"value":93}," folder on GitHub (",{"type":39,"tag":86,"props":95,"children":97},{"className":96},[],[98],{"type":44,"value":99},"GoogleCloudPlatform\u002Fcloud-foundation-fabric",{"type":44,"value":101},").",{"type":39,"tag":64,"props":103,"children":104},{},[105,110],{"type":39,"tag":68,"props":106,"children":107},{},[108],{"type":44,"value":109},"Generate Terraform:",{"type":44,"value":111}," Output an idiomatic Terraform root module that consumes the CFF modules.",{"type":39,"tag":53,"props":113,"children":115},{"id":114},"important-guidance",[116],{"type":44,"value":117},"Important Guidance",{"type":39,"tag":119,"props":120,"children":121},"ul",{},[122,141],{"type":39,"tag":64,"props":123,"children":124},{},[125,130,132,139],{"type":39,"tag":68,"props":126,"children":127},{},[128],{"type":44,"value":129},"Conventions & Best Practices:",{"type":44,"value":131}," Consult ",{"type":39,"tag":133,"props":134,"children":136},"a",{"href":135},"references\u002Fconventions.md",[137],{"type":44,"value":138},"conventions.md",{"type":44,"value":140}," for guidelines on how to consume Fabric modules and write high-quality, idiomatic Terraform code.",{"type":39,"tag":64,"props":142,"children":143},{},[144,149,151,157,159],{"type":39,"tag":68,"props":145,"children":146},{},[147],{"type":44,"value":148},"Fetching Modules:",{"type":44,"value":150}," Do not invent module inputs or outputs. Use the ",{"type":39,"tag":86,"props":152,"children":154},{"className":153},[],[155],{"type":44,"value":156},"fabric.py",{"type":44,"value":158}," script to pull exact details (README, variables, examples) for a specific module from GitHub before using it.\n",{"type":39,"tag":119,"props":160,"children":161},{},[162,173,184,195,206,217,228],{"type":39,"tag":64,"props":163,"children":164},{},[165,167],{"type":44,"value":166},"To list available modules: ",{"type":39,"tag":86,"props":168,"children":170},{"className":169},[],[171],{"type":44,"value":172},"python3 scripts\u002Ffabric.py modules",{"type":39,"tag":64,"props":174,"children":175},{},[176,178],{"type":44,"value":177},"To fetch details for a module (README): ",{"type":39,"tag":86,"props":179,"children":181},{"className":180},[],[182],{"type":44,"value":183},"python3 scripts\u002Ffabric.py fetch readme \u003Cmodule_name>",{"type":39,"tag":64,"props":185,"children":186},{},[187,189],{"type":44,"value":188},"To fetch variables files: ",{"type":39,"tag":86,"props":190,"children":192},{"className":191},[],[193],{"type":44,"value":194},"python3 scripts\u002Ffabric.py fetch variables \u003Cmodule_name>",{"type":39,"tag":64,"props":196,"children":197},{},[198,200],{"type":44,"value":199},"To fetch outputs files: ",{"type":39,"tag":86,"props":201,"children":203},{"className":202},[],[204],{"type":44,"value":205},"python3 scripts\u002Ffabric.py fetch outputs \u003Cmodule_name>",{"type":39,"tag":64,"props":207,"children":208},{},[209,211],{"type":44,"value":210},"To fetch schema files (useful for factories): ",{"type":39,"tag":86,"props":212,"children":214},{"className":213},[],[215],{"type":44,"value":216},"python3 scripts\u002Ffabric.py fetch schemas \u003Cmodule_name>",{"type":39,"tag":64,"props":218,"children":219},{},[220,222],{"type":44,"value":221},"To fetch the latest release version: ",{"type":39,"tag":86,"props":223,"children":225},{"className":224},[],[226],{"type":44,"value":227},"python3 scripts\u002Ffabric.py release",{"type":39,"tag":64,"props":229,"children":230},{},[231,236,238,244,246,252],{"type":39,"tag":68,"props":232,"children":233},{},[234],{"type":44,"value":235},"SSL Certification Verification",{"type":44,"value":237},": If you run into SSL certificate issues on your host machine, use the ",{"type":39,"tag":86,"props":239,"children":241},{"className":240},[],[242],{"type":44,"value":243},"--no-ssl-verify",{"type":44,"value":245}," flag (e.g., ",{"type":39,"tag":86,"props":247,"children":249},{"className":248},[],[250],{"type":44,"value":251},"python3 scripts\u002Ffabric.py --no-ssl-verify fetch readme \u003Cmodule_name>",{"type":44,"value":101},{"type":39,"tag":53,"props":254,"children":256},{"id":255},"guidelines-for-output",[257],{"type":44,"value":258},"Guidelines for Output",{"type":39,"tag":119,"props":260,"children":261},{},[262,272,290,308,326],{"type":39,"tag":64,"props":263,"children":264},{},[265,270],{"type":39,"tag":68,"props":266,"children":267},{},[268],{"type":44,"value":269},"Root Module Output:",{"type":44,"value":271}," Your output must be a complete Terraform root module that calls the appropriate CFF modules to fulfill the user's requirements.",{"type":39,"tag":64,"props":273,"children":274},{},[275,280,282,288],{"type":39,"tag":68,"props":276,"children":277},{},[278],{"type":44,"value":279},"Use Fabric Modules:",{"type":44,"value":281}," Rely on CFF modules instead of raw ",{"type":39,"tag":86,"props":283,"children":285},{"className":284},[],[286],{"type":44,"value":287},"google_",{"type":44,"value":289}," resources whenever possible.",{"type":39,"tag":64,"props":291,"children":292},{},[293,298,300,306],{"type":39,"tag":68,"props":294,"children":295},{},[296],{"type":44,"value":297},"Example-based Learning:",{"type":44,"value":299}," Always refer to the module's README (fetched via ",{"type":39,"tag":86,"props":301,"children":303},{"className":302},[],[304],{"type":44,"value":305},"scripts\u002Ffabric.py",{"type":44,"value":307},") for correct usage examples.",{"type":39,"tag":64,"props":309,"children":310},{},[311,316,318,324],{"type":39,"tag":68,"props":312,"children":313},{},[314],{"type":44,"value":315},"Module Source:",{"type":44,"value":317}," When generating module calls, use a GitHub source. It should look like this: ",{"type":39,"tag":86,"props":319,"children":321},{"className":320},[],[322],{"type":44,"value":323},"source = \"github.com\u002FGoogleCloudPlatform\u002Fcloud-foundation-fabric\u002F\u002Fmodules\u002Fproject?ref={VERSION}&depth=1\"",{"type":44,"value":325},".",{"type":39,"tag":64,"props":327,"children":328},{},[329,334,336,342,344,350,352,358],{"type":39,"tag":68,"props":330,"children":331},{},[332],{"type":44,"value":333},"Formatting & Validation:",{"type":44,"value":335}," Ensure the generated code is properly formatted. If possible, run ",{"type":39,"tag":86,"props":337,"children":339},{"className":338},[],[340],{"type":44,"value":341},"terraform fmt",{"type":44,"value":343},", ",{"type":39,"tag":86,"props":345,"children":347},{"className":346},[],[348],{"type":44,"value":349},"terraform validate",{"type":44,"value":351},", and ",{"type":39,"tag":86,"props":353,"children":355},{"className":354},[],[356],{"type":44,"value":357},"terraform plan",{"type":44,"value":359}," to check your work.",{"items":361,"total":399},[362,382,388],{"slug":363,"name":363,"fn":364,"description":365,"org":366,"tags":367,"stars":21,"repoUrl":22,"updatedAt":381},"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},[368,371,374,377,378],{"name":369,"slug":370,"type":16},"Automation","automation",{"name":372,"slug":373,"type":16},"Engineering","engineering",{"name":375,"slug":376,"type":16},"GitHub","github",{"name":9,"slug":8,"type":16},{"name":379,"slug":380,"type":16},"Pull Requests","pull-requests","2026-07-31T06:23:36.935005",{"slug":4,"name":4,"fn":5,"description":6,"org":383,"tags":384,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[385,386,387],{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":389,"name":389,"fn":390,"description":391,"org":392,"tags":393,"stars":21,"repoUrl":22,"updatedAt":398},"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},[394,395],{"name":9,"slug":8,"type":16},{"name":396,"slug":397,"type":16},"Operations","operations","2026-07-12T07:38:28.127148",3,{"items":401,"total":560},[402,420,436,444,450,455,469,486,503,516,532,542],{"slug":403,"name":403,"fn":404,"description":405,"org":406,"tags":407,"stars":417,"repoUrl":418,"updatedAt":419},"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},[408,411,414],{"name":409,"slug":410,"type":16},"Documentation","documentation",{"name":412,"slug":413,"type":16},"Knowledge Base","knowledge-base",{"name":415,"slug":416,"type":16},"Search","search",6749,"https:\u002F\u002Fgithub.com\u002FGoogleCloudPlatform\u002Fknowledge-catalog","2026-07-12T07:38:52.157375",{"slug":421,"name":422,"fn":423,"description":424,"org":425,"tags":426,"stars":417,"repoUrl":418,"updatedAt":435},"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},[427,430,431,434],{"name":428,"slug":429,"type":16},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":16},{"name":432,"slug":433,"type":16},"Knowledge Management","knowledge-management",{"name":415,"slug":416,"type":16},"2026-07-12T07:38:22.196851",{"slug":363,"name":363,"fn":364,"description":365,"org":437,"tags":438,"stars":21,"repoUrl":22,"updatedAt":381},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[439,440,441,442,443],{"name":369,"slug":370,"type":16},{"name":372,"slug":373,"type":16},{"name":375,"slug":376,"type":16},{"name":9,"slug":8,"type":16},{"name":379,"slug":380,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":445,"tags":446,"stars":21,"repoUrl":22,"updatedAt":23},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[447,448,449],{"name":9,"slug":8,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":389,"name":389,"fn":390,"description":391,"org":451,"tags":452,"stars":21,"repoUrl":22,"updatedAt":398},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[453,454],{"name":9,"slug":8,"type":16},{"name":396,"slug":397,"type":16},{"slug":456,"name":456,"fn":457,"description":458,"org":459,"tags":460,"stars":466,"repoUrl":467,"updatedAt":468},"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},[461,464,465],{"name":462,"slug":463,"type":16},"CLI","cli",{"name":372,"slug":373,"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":470,"name":470,"fn":471,"description":472,"org":473,"tags":474,"stars":466,"repoUrl":467,"updatedAt":485},"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},[475,478,479,482],{"name":476,"slug":477,"type":16},"API Development","api-development",{"name":9,"slug":8,"type":16},{"name":480,"slug":481,"type":16},"LLM","llm",{"name":483,"slug":484,"type":16},"MCP","mcp","2026-07-12T07:39:10.911302",{"slug":487,"name":487,"fn":488,"description":489,"org":490,"tags":491,"stars":466,"repoUrl":467,"updatedAt":502},"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},[492,495,498,499],{"name":493,"slug":494,"type":16},"Audio","audio",{"name":496,"slug":497,"type":16},"Creative","creative",{"name":9,"slug":8,"type":16},{"name":500,"slug":501,"type":16},"Vertex AI","vertex-ai","2026-07-12T07:39:16.623879",{"slug":504,"name":504,"fn":505,"description":506,"org":507,"tags":508,"stars":466,"repoUrl":467,"updatedAt":515},"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},[509,510,511,514],{"name":496,"slug":497,"type":16},{"name":9,"slug":8,"type":16},{"name":512,"slug":513,"type":16},"Image Generation","image-generation",{"name":500,"slug":501,"type":16},"2026-07-12T07:39:15.372822",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":466,"repoUrl":467,"updatedAt":531},"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},[522,523,524,525,528],{"name":493,"slug":494,"type":16},{"name":496,"slug":497,"type":16},{"name":9,"slug":8,"type":16},{"name":526,"slug":527,"type":16},"Media","media",{"name":529,"slug":530,"type":16},"Video","video","2026-07-12T07:39:09.672849",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":466,"repoUrl":467,"updatedAt":541},"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},[538,539,540],{"name":496,"slug":497,"type":16},{"name":9,"slug":8,"type":16},{"name":529,"slug":530,"type":16},"2026-07-12T07:39:13.749081",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":466,"repoUrl":467,"updatedAt":559},"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},[548,549,550,553,556],{"name":493,"slug":494,"type":16},{"name":496,"slug":497,"type":16},{"name":551,"slug":552,"type":16},"Gemini","gemini",{"name":554,"slug":555,"type":16},"Speech","speech",{"name":557,"slug":558,"type":16},"Text-to-Speech","text-to-speech","2026-07-12T07:39:17.86673",80]