experience-ui-bundle-deploy

Automate UI Bundle deployment to Salesforce orgs with authentication and metadata deployment.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill experience-ui-bundle-deploy-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experience-ui-bundle-deploy
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/experience-ui-bundle-deploy
Command: npx skills add https://github.com/padjei/SF_Agents --skill experience-ui-bundle-deploy-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment of UI Bundles to Salesforce orgs, addressing the complexity and potential errors associated with manual deployment processes.

Core Features & Use Cases

  • Automated Deployment: Automates the full deployment sequence for UI Bundles.
  • Org Authentication: Checks and authenticates the org before proceeding with deployment.
  • Pre-deploy Build: Builds the UI Bundle if necessary.
  • Metadata Deployment: Deploys metadata, including objects, layouts, permission sets, and Apex classes.
  • Post-deploy Configuration: Assigns permissions and configures necessary settings post-deployment.
  • Data Import: Imports data if a data plan exists.
  • GraphQL Schema and Codegen: Fetches GraphQL schema and generates codegen.

Quick Start

Deploy the UI Bundle by using the command: /deploy_ui_bundle -s uiBundlesPath

Frequently Asked Questions about experience-ui-bundle-deploy

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

FAQPage Schema
How do I automate Salesforce UI Bundle deployment to an org?

You can automate UI Bundle deployment by running the deploy command with the source path to handle authentication, metadata deployment, and post-deploy configuration sequentially. This process builds the bundle, assigns permission sets, imports data, and fetches the GraphQL schema automatically.

What steps are involved in deploying metadata and permission sets for a Salesforce UI Bundle?

Deploying a UI Bundle involves authenticating the Salesforce org, deploying metadata like objects and Apex classes, and assigning permission sets. The automated sequence also handles data import if a data plan exists and performs GraphQL schema fetch with codegen.

Do I need a connected Salesforce org before deploying a UI Bundle?

Yes, you need a Salesforce org connected and a UI Bundle ready to deploy before starting. The deployment process checks and authenticates the org first before proceeding with metadata deployment and subsequent configuration steps.

Can I import data and generate code from GraphQL schema during Salesforce deployment?

Yes, the UI Bundle deployment process automatically imports data if a data plan exists and fetches the GraphQL schema to generate codegen. These steps execute as part of the post-deployment configuration sequence after metadata deployment.

What is the best way to handle org authentication and metadata deployment for Salesforce UI Bundles?

The best way to handle org authentication and metadata deployment for UI Bundles is using an automated deployment sequence. It checks org authentication first, then deploys objects, layouts, permission sets, and Apex classes without manual intervention.