deploying-ui-bundle

Automate UI bundle deployment to Salesforce orgs with metadata and permissions.

Updated May 19, 2026
One-click install
npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill deploying-ui-bundle-dmckeesf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploying-ui-bundle
Source: https://github.com/dmckeeSF/mcpdctn0507/tree/main/.agents/skills/deploying-ui-bundle
Command: npx skills add https://github.com/dmckeeSF/mcpdctn0507 --skill deploying-ui-bundle-dmckeesf

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, ensuring a complete and error-free deployment process, including org authentication, metadata deployment, permission set assignment, and more.

Core Features & Use Cases

  • Full Deployment Sequence: Manages the entire deployment process from org authentication to final UI bundle build.
  • Org Authentication: Checks and authenticates the Salesforce org.
  • Metadata Deployment: Deploys metadata like objects, layouts, and permission sets.
  • Permission Set Assignment: Assigns permission sets to users for access.
  • Data Import: Handles optional data import based on a data plan.
  • GraphQL Schema and Codegen: Fetches the GraphQL schema and generates types for codegen.
  • Use Case: Deploy a UI bundle app to a Salesforce org, ensuring all configurations and data are in place.

Quick Start

Deploy the UI bundle using the 'deploying-ui-bundle' skill.

Frequently Asked Questions about deploying-ui-bundle

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

FAQPage Schema
How do I deploy a UI bundle to a Salesforce org?

Deploying a UI bundle to a Salesforce org requires authenticating the org, deploying metadata like objects and layouts, assigning permission sets, and optionally importing data based on a data plan.

What steps are required for Salesforce metadata deployment of a UI bundle?

Salesforce metadata deployment for a UI bundle involves authenticating the target org, deploying objects and layouts, assigning permission sets to users, and fetching the GraphQL schema to generate types for codegen.

Do I need a connected Salesforce org to run a UI bundle deployment?

Yes, a connected Salesforce org and a project with UI bundle metadata are required. The deployment sequence authenticates the target org before deploying metadata, permission sets, and data.

How does GraphQL schema fetch and codegen work during Salesforce UI bundle deployment?

During Salesforce UI bundle deployment, the GraphQL schema is fetched from the authenticated org and then used to generate types for codegen, ensuring your UI bundle has the correct typed data structures.

Can I handle data import when deploying metadata to a Salesforce org?

Yes, data import can be handled during Salesforce metadata deployment by using an optional data plan. This ensures required data is in place alongside objects, layouts, and permission sets.

What is included in a full Salesforce UI bundle deployment sequence?

A full Salesforce UI bundle deployment sequence includes org authentication, metadata deployment for objects and layouts, permission set assignment, optional data import, and GraphQL schema fetch for codegen.