This handles the full deployment pipeline for Salesforce UI bundles, and the order matters more than you'd think. It walks through org auth, pre-deploy builds, metadata deployment, permission set assignment, optional data import, and GraphQL schema fetching with codegen. The critical insight here is that it enforces the right sequence: you have to deploy metadata before fetching the schema, assign permissions before introspection will return custom fields, and re-run codegen after every deploy that touches objects or permissions. It'll proactively discover and assign permission sets from your project after deployment, which saves you from the usual "why isn't this working" troubleshooting loop when users lack field-level security.
npx -y skills add forcedotcom/sf-skills --skill experience-ui-bundle-deploy --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar