deploying-ui-bundle

deploying ui bundle

forcedotcom 750 ↓ 2.2k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • Permission sets / groups — assign to users so they have access to custom objects and fields. Required for GraphQL introspection to return the correct schema.
  • Profiles — ensure users have the correct profile.
  • Other config — named credentials, connected apps, custom settings, flow activation.
  • Deploy metadata before fetching schema — custom objects/fields appear only after deployment
  • Assign permissions before schema fetch — the user may lack FLS for custom fields
  • Re-run schema fetch and codegen after every metadata deployment that changes objects, fields, or permissions
  • Never skip permission set assignment or data import silently — either run them or ask the user

Requirements & configuration

  • Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

deploying ui bundle

Source

Repository: https://github.com/forcedotcom/sf-skills

deploying-ui-bundle FAQ

What does the deploying-ui-bundle skill do?

MUST activate when the project contains a uiBundles/*/src/ directory or sfdx-project.json and the task involves deploying, pushing to an org, or post-deploy setup. Use this skill when deploying a UI bundle app to a Salesforce org. Covers the full deployment sequence: org authentication, pre-deploy build, metadata deployment, permission set assignment, data import, GraphQL schema fetch, and codegen. Activate when files like *.uibundle-meta.xml or sfdx-project.json exist and the user mentions deploying, pushing, org setup, or post-deploy tasks. Permission sets / groups — assign to users so they have access to custom objects and fields. Required for GraphQL introspection to return the correct schema. Profiles — ensure users have the correct profile.

What does deploying-ui-bundle require?

Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org.

How do I install deploying-ui-bundle?

Run: npx -y skills add https://github.com/forcedotcom/sf-skills --skill deploying-ui-bundle --agent claude-code — the source lives at github.com/forcedotcom/sf-skills.

Maintain deploying-ui-bundle?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[deploying-ui-bundle on getagentictools](https://getagentictools.com/skills/forcedotcom-sf-skills-deploying-ui-bundle?ref=badge)
npx agentictools info skills/forcedotcom-sf-skills-deploying-ui-bundle

The second line is the CLI lookup for this page — handy in READMEs and docs.