AI AGENT ADDONS

Generating Ui Bundle Metadata

forcedotcom/afv-library

UI bundles are a way to create custom apps inside Salesforce. You can build a frontend using React and then host it as an internal app or a public site. This skill helps you set up the metadata and configuration files needed for the bundle to work.

Start by running the sf template generate ui-bundle command with the --template reactbasic flag. The bundle name must be alphanumeric only. After scaffolding, replace all placeholder content with real page content.

The most important step is to set a hosting target in the .uibundle-meta.xml file. Without a target, the bundle will not appear anywhere. Use generating-ui-bundle-site for external sites or generating-ui-bundle-custom-app for internal apps.

Add Generating Ui Bundle Metadata skill to your workflow

Global

mkdir -p ~/.claude/skills/generating-ui-bundle-metadata

Project

mkdir -p .claude/skills/generating-ui-bundle-metadata

Source Repository

Stars
619
Forks
217
Watchers
619
License
NOASSERTION
Last Push
25 days ago
Created
8 months ago