deploying-ui-bundle

Orchestrate Salesforce UI bundle deployment with authentication, build, metadata, and post-deploy setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates end-to-end deployment of a Salesforce UI bundle, handling authentication, building, metadata deployment, permission assignments, data import, GraphQL schema fetch, and post-deploy setup to streamline org readiness.

Core Features & Use Cases

  • End-to-end deployment orchestration for Salesforce UI bundles (uiBundles/*/src and sfdx-project.json)
  • Pre-deploy build, metadata deployment, permissions assignment, and data import
  • GraphQL schema fetch and codegen to refresh the local project state
  • Post-deploy validation and environment readiness checks
  • Supports both single-org pushes and multi-org deployment workflows

Quick Start

Run the deploy-ui-bundle skill to push a UI bundle to the connected Salesforce org.

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 Salesforce UI bundle end-to-end including authentication and metadata?

Salesforce UI bundle deployment is orchestrated end-to-end by automating org authentication, pre-deploy builds, metadata deployment, permission assignments, and post-deploy validation to ensure a production-ready org state.

What steps are needed to push a Salesforce UI bundle with data import and schema fetch?

Pushing a Salesforce UI bundle requires sequencing pre-deploy builds, metadata deployment, permission assignments, data import, GraphQL schema fetch, and final build validation to achieve complete environment readiness.

Can I use this deployment orchestration for multi-org Salesforce workflows?

Yes, the deployment orchestration supports both single-org pushes and multi-org deployment workflows for Salesforce UI bundles, coordinating authentication and metadata deployment across target environments.

When do I need to run a Salesforce UI bundle deployment with GraphQL codegen?

A Salesforce UI bundle deployment with GraphQL codegen is needed when your project contains a uiBundles/*/src/ directory or sfdx-project.json and requires a local schema refresh and post-deploy configuration.

Does this Salesforce deployment process handle permission assignment and post-deploy setup?

Yes, the Salesforce deployment process handles permission assignment, data import, GraphQL schema fetch, and post-deploy validation, ensuring the connected org reaches a production-ready state after metadata deployment.