generating-ui-bundle-site

Generate Salesforce Digital Experience Site scaffolding for React UI bundles.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/cchrisv/professorFlowVisualPicker --skill generating-ui-bundle-site
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-ui-bundle-site
Source: https://github.com/cchrisv/professorFlowVisualPicker/tree/main/.agents/skills/generating-ui-bundle-site
Command: npx skills add https://github.com/cchrisv/professorFlowVisualPicker --skill generating-ui-bundle-site

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of the minimum necessary Salesforce Digital Experience Site infrastructure when a project contains React UI bundles, enabling hosting and exposure of UI bundles without manual metadata setup.

Core Features & Use Cases

  • Generates Network, CustomSite, DigitalExperienceConfig, and DigitalExperienceBundle scaffolding for React UI bundles.
  • Supports hosting a UI bundle in Salesforce Experience Sites and publishing guest access configuration as needed.
  • Use Case: When a project contains uiBundles/*/src and files like digitalExperiences, networks, customSite, or DigitalExperienceBundle exist and require configuration.

Quick Start

Create the site scaffolding for a React UI bundle based on the project structure.

Frequently Asked Questions about generating-ui-bundle-site

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Salesforce Digital Experience Site scaffolding for React UI bundles?

To create Salesforce Digital Experience Site scaffolding for React UI bundles, the tool provisions Network, CustomSite, DigitalExperienceConfig, and DigitalExperienceBundle metadata structures along with the content skeleton automatically.

What metadata is required to host a React UI bundle in Salesforce Experience Sites?

Hosting a React UI bundle in Salesforce Experience Sites requires Network, CustomSite, DigitalExperienceConfig, and DigitalExperienceBundle metadata files to provision infrastructure and configure site access.

When do I need to generate DigitalExperienceBundle metadata for my project?

You need to generate DigitalExperienceBundle metadata when your project contains uiBundles/*/src directories alongside digitalExperiences, networks, or customSite files that require infrastructure provisioning or hosting configuration.

Can I automate guest access configuration for a Salesforce React UI bundle site?

Yes, automating guest access configuration is supported when generating the Salesforce Experience Site scaffolding, allowing published guest access setup for the hosted React UI bundle without manual metadata configuration.

What is the minimum site infrastructure needed to expose a React UI bundle in Salesforce?

The minimum site infrastructure to expose a React UI bundle in Salesforce includes Network, CustomSite, DigitalExperienceConfig, and DigitalExperienceBundle metadata structures alongside the DigitalExperience content skeleton.