This generates the five metadata types you need to host a React UI bundle on Salesforce Digital Experience: Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type. The workflow resolves siteName, urlPathPrefix, appNamespace, appDevName, and guest access settings before creating anything, which matters because getting appNamespace or appDevName wrong means a deployed site that just shows a blank page. It's built for React apps that don't need the usual LWR routes or theme layouts, just a thin container that points to your bundle. The property resolution chain is thorough, falling back from user input to project metadata to org queries to sensible defaults.
npx skills add https://github.com/forcedotcom/afv-library --skill generating-ui-bundle-site