generating-ui-bundle-metadata

Create Salesforce UI Bundles and configure ui-bundle.json and trusted sites metadata files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of setting up and managing UI Bundles for Salesforce applications, by providing detailed instructions for configuring and scaffolding UI Bundles efficiently.

Core Features & Use Cases

  • Scaffolding: Guided setup of new UI Bundles with predefined templates like React basic.
  • Configuration: Instructions for editing ui-bundle.json and CSP trusted sites for secure app usage.
  • CSP Trusted Sites: Step-by-step guide to safely include external domains in your app's Content Security Policy.

Quick Start

Activate the generating-ui-bundle-metadata skill and use the sf template generate ui-bundle command to begin creating your UI bundle.

Frequently Asked Questions about generating-ui-bundle-metadata

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

FAQPage Schema
How do I scaffold a new Salesforce UI Bundle?

Configuring a Salesforce UI Bundle requires editing the ui-bundle.json file to define routing, headers, and outputDir. This skill provides detailed instructions for correctly managing these specific settings.

How do I add external domains to my Salesforce app CSP Trusted Sites?

Adding external domains to Salesforce CSP Trusted Sites requires registering them via trusted site metadata files. This skill provides a step-by-step guide to safely include external domains in your app's Content Security Policy.

What is the best way to manage routing and outputDir in ui-bundle.json?

The best way to manage routing and outputDir in ui-bundle.json is by following guided configuration instructions specifically optimized for Salesforce developers. This ensures secure and efficient UI Bundle application setup.

Do I need to configure CSP Trusted Sites before deploying my UI Bundle?

Configuring CSP Trusted Sites is required before deploying a UI Bundle if your app loads external domains. This skill guides you through creating trusted site metadata files to ensure secure app usage.