AI AGENT ADDONS

Deploying Ui Bundle

forcedotcom/sf-skills

Deploying a UI bundle app to a Salesforce org requires several steps in the correct order. You start by authenticating to your org. Then you build the UI bundle. Next you deploy metadata like objects, layouts, and permission sets. After deployment, you assign permission sets to users. Optionally, you can import data. Finally, you fetch the GraphQL schema and run code generation.

This sequence makes sure your custom objects and fields are available before the schema is fetched. The skill automates each step and asks you for confirmation when needed. It handles the whole workflow from start to finish.

Add Deploying Ui Bundle skill to your workflow

Global

mkdir -p ~/.claude/skills/deploying-ui-bundle

Project

mkdir -p .claude/skills/deploying-ui-bundle

Source Repository

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