generating-ui-bundle-site

Generate Salesforce Digital Experience Site components for React UI bundles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the setup of Digital Experience Sites on Salesforce that host React UI bundles, reducing manual configuration and potential errors.

Core Features & Use Cases

  • Automated Infrastructure Creation: Generates required site infrastructure components, including Networks, CustomSites, and DigitalExperience configurations.
  • Configuration from Metadata: Uses metadata properties to define site setup, ensuring consistency across environments.
  • Use Case: Ideal for quickly deploying Salesforce Digital Experience Sites that serve React UI bundles, reducing the time from development to production.

Quick Start

Deploy the skill to set up a new UI bundle site with the 'MyCommunity' site name and 'mycommunity' URL path prefix.

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 automate Salesforce Digital Experience Site setup for React UI bundles?

You can automate React UI bundle site setup by generating required Digital Experience infrastructure components like Networks, CustomSites, and DigitalExperienceBundle configurations directly from project metadata.

What infrastructure components are required to deploy a Salesforce Digital Experience Site?

Deploying a Salesforce Digital Experience Site requires generating Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and specific content types for the 'sfdc_cms__site' type.

Do I need Salesforce DX to deploy Digital Experience Sites?

Yes, Salesforce DX is required to deploy the generated Digital Experience Site infrastructure components. The skill uses project metadata to define the configuration for deployment.

Can I configure guest access when automating Salesforce site infrastructure?

Yes, automating Salesforce site infrastructure setup supports guest access configuration. It uses project metadata properties to define the site setup and ensure consistency across environments.

How does metadata configuration work for Salesforce Digital Experience Sites?

Metadata configuration uses your project's properties to define the site setup, such as the site name and URL path prefix, ensuring consistency across different environments without manual configuration.