generating-ui-bundle-custom-app

Generate Salesforce CustomApplication metadata for Lightning Experience UI bundles.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Collabalist/SFDC --skill generating-ui-bundle-custom-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-ui-bundle-custom-app
Source: https://github.com/Collabalist/SFDC/tree/main/.agents/skills/generating-ui-bundle-custom-app
Command: npx skills add https://github.com/Collabalist/SFDC --skill generating-ui-bundle-custom-app

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating and configuring Custom Applications for hosting UI bundles in Salesforce Lightning Experience, automating tasks and ensuring a seamless integration experience.

Core Features & Use Cases

  • Automatic Custom Application Creation: Generates CustomApplication metadata for Lightning Experience apps that host UI bundles.
  • Version-Aware Field Discovery: Ensures compatibility with different API versions by dynamically choosing between <uiBundle> and <webApplication> fields.
  • User-Defined Properties: Allows customization of app name, namespace, and label based on user input.

Quick Start

Use the 'generating-ui-bundle-custom-app' skill to create a new Custom Application for a UI bundle. The skill will automatically detect the required properties and configure the app metadata.

Frequently Asked Questions about generating-ui-bundle-custom-app

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

FAQPage Schema
How do I automate creating a Custom Application for a Lightning Experience UI bundle?

This process generates CustomApplication metadata to automate creating a Custom Application for a Lightning Experience UI bundle. It configures the app metadata automatically, streamlining setup and integration tasks.

Why does my Custom Application metadata use the webApplication field instead of uiBundle?

Your Custom Application metadata uses the webApplication field instead of uiBundle due to API version differences. The generation process dynamically discovers and selects the correct field to ensure compatibility with your specific API version.

Do I need Salesforce API context to generate Custom Application metadata for UI bundles?

Yes, you need Salesforce API context to generate Custom Application metadata for UI bundles. The generation process requires API access to dynamically discover which metadata field is correct for your specific API version.

What properties can I customize when generating a Lightning Experience Custom Application?

When generating a Lightning Experience Custom Application, you can customize user-defined properties such as the app name, namespace, and label. The generation process uses these inputs to configure your CustomApplication metadata accurately.