en un clic
fabric-builder
// 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.
// 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.
Guide for cutting a new release of the Cloud Foundation Fabric (CFF) repository. Use this skill when asked to create, prepare, or draft a new release.
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.
A simple skill to test if the agent correctly executes tools.
A wizard to help users configure FAST (Fabric Architecture Setup Tool) step-by-step. Use this skill when asked to configure FAST, run the FAST wizard, or setup FAST.
| name | fabric-builder |
| description | 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. |
This skill generates idiomatic Terraform code using Cloud Foundation Fabric (CFF) modules, following established best practices and conventions.
modules/ folder on GitHub (GoogleCloudPlatform/cloud-foundation-fabric).fabric.py script to pull exact details (README, variables, examples) for a specific module from GitHub before using it.
python3 scripts/fabric.py modulespython3 scripts/fabric.py fetch readme <module_name>python3 scripts/fabric.py fetch variables <module_name>python3 scripts/fabric.py fetch outputs <module_name>python3 scripts/fabric.py fetch schemas <module_name>python3 scripts/fabric.py releasegoogle_ resources whenever possible.scripts/fabric.py) for correct usage examples.source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref={VERSION}&depth=1".terraform fmt, terraform validate, and terraform plan to check your work.