experience-ui-bundle-deploy

Deploy Salesforce UI bundles with authentication, metadata, permissions, and schema refresh.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill experience-ui-bundle-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experience-ui-bundle-deploy
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/experience-ui-bundle-deploy
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill experience-ui-bundle-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a fragmented Salesforce UI bundle release into a reliable deployment workflow, covering authentication, build, metadata deployment, permissions, data import, and schema refresh.

Core Features & Use Cases

  • Org authentication and readiness checks: Verifies the target org is connected before any deployment work begins.
  • End-to-end UI bundle deployment: Builds the bundle, deploys metadata, and handles post-deploy setup for Salesforce orgs.
  • Permission and schema follow-through: Assigns permission sets when needed and refreshes GraphQL schema and code generation after metadata changes.
  • Use case: Use this Skill when pushing a Salesforce UI bundle app to a sandbox or production org and you need the full release sequence handled in the correct order.

Quick Start

Ask the AI to deploy the Salesforce UI bundle to the connected org, then complete post-deploy permission assignment and schema refresh.

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 deploy a Salesforce UI bundle to a sandbox or production org?

To deploy a Salesforce UI bundle, you need a structured workflow that authenticates the target org, builds the bundle, deploys metadata, assigns permission sets, and refreshes the GraphQL schema. This ensures the UI bundle deploys without missing required setup steps.

What steps are required to push Salesforce metadata and assign permission sets after deployment?

Pushing Salesforce metadata requires authenticating the org and running a pre-deploy build before deployment. After metadata deployment, you must assign the necessary permission sets and handle optional data imports to complete the post-deploy configuration.

Why does my Salesforce UI bundle deployment fail due to missing GraphQL schema or codegen steps?

Salesforce UI bundle deployments fail when the GraphQL schema fetch and code generation steps are skipped or run out of order. You must refresh the GraphQL schema and run codegen immediately after metadata changes to maintain consistency.

Do I need to authenticate my Salesforce org before starting a UI bundle deployment?

Yes, Salesforce org authentication is required before starting a UI bundle deployment. Verifying that the target org is connected and ready before any deployment work begins prevents authentication failures during the metadata push or permission set assignment.

Can I automate data import and permission set assignment during a Salesforce metadata push?

You can automate permission set assignment and optional data import handling as part of the post-deploy configuration sequence. These steps execute after the pre-deploy build and metadata deployment finish, ensuring permissions and data align with the new UI bundle release.