fabric-builder
Installation
SKILL.md
Fabric Builder
This skill generates idiomatic Terraform code using Cloud Foundation Fabric (CFF) modules, following established best practices and conventions.
Core Workflow
- Understand Request: Identify the GCP resources and relationships requested by the user.
- Fetch Module Info: Identify the relevant CFF module(s) from the
modules/folder on GitHub (GoogleCloudPlatform/cloud-foundation-fabric). - Generate Terraform: Output an idiomatic Terraform root module that consumes the CFF modules.