generating-ui-bundle-features

Integrate authentication and search features into Salesforce UI bundles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Unit resolves the complexity and inefficiency of manually adding authentication and search functionality to UI bundle apps. It simplifies the process of incorporating secure user authentication and advanced search capabilities without needing to start from scratch.

Core Features & Use Cases

  • Authentication Management: Integrates login, logout, protected routes, and session management into UI bundle apps.
  • Global Search: Provides the ability to implement global search functionality across UI bundle pages and content.
  • Use Case: When developing a Salesforce UI app with the need for user authentication and robust search, this Skill Unit saves development time and reduces the potential for implementation errors.

Quick Start

Run 'ui-bundle-features install authentication search --ui-bundle-dir MyBundleName'

Frequently Asked Questions about generating-ui-bundle-features

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

FAQPage Schema
How do I add authentication and search to a Salesforce UI bundle?

You can add authentication and search to a Salesforce UI bundle by running pre-built, tested packages that automate the integration of secure user sign-in and full-text search functionality within a single installation flow.

Can I install login management and global search features at the same time?

Yes, login management and global search can be installed at the same time. This process supports incorporating both authentication and search features within the same installation flow, catering to a typical Salesforce UI app lifecycle.

What is the best way to implement protected routes and session management in a UI bundle app?

The best way to implement protected routes and session management is by integrating pre-built authentication packages designed for UI bundle apps, which handle login, logout, and secure user access control automatically.

Does this UI bundle search functionality support full-text search across multiple pages?

Yes, this UI bundle search functionality supports full-text search across multiple pages. It provides the ability to implement global search functionality across UI bundle pages and content.

Why manually adding authentication to a UI bundle is error-prone, and how to avoid it?

Manually adding authentication is error-prone due to the complexity of building secure access control from scratch. You can avoid implementation errors by using pre-built, tested packages that automate the integration.

What do I need to run the UI bundle feature installation script?

You need a designated UI bundle directory to run the installation script. By executing the install command with your specific bundle directory name, the authentication and search features are automatically configured.