generating-ui-bundle-features

Provision authentication and global search features for Salesforce UI bundles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates provisioning of authentication and global search features for Salesforce UI bundles, reducing manual setup and ensuring consistent capabilities across apps.

Core Features & Use Cases

  • Automatically generate pre-built authentication scaffolding (login, logout, protected routes, session management)
  • Add global search across pages and content within a UI bundle
  • Use Case: when scaffolding a new UI bundle that requires login and search capabilities

Quick Start

Run the features generator to add authentication and search to your UI bundle.

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 global search to a Salesforce UI bundle?

This generator automates provisioning of login, logout, protected routes, and global search across pages within a UI bundle. It satisfies an end-to-end workflow including search, describe, and install steps via the ui-bundle-features CLI.

What is the best way to scaffold login and search capabilities for a new UI bundle?

The best way to scaffold login and search capabilities is to use a generator that creates pre-built authentication scaffolding and adds global search across content. This ensures consistent capabilities across apps while reducing manual setup.

Does the authentication and search generator work with my existing Salesforce project structure?

The generator works with Salesforce projects that contain a uiBundles/*/src directory. It applies to these existing project structures to provision built-in authentication and search capabilities without requiring manual setup.

How does the ui-bundle-features CLI workflow handle search and install steps?

The ui-bundle-features CLI handles an end-to-end workflow that includes search, describe, and install steps. This automates the provisioning of authentication and global search features for your Salesforce UI bundles.

What do I need in my project before adding authentication and search to a UI bundle?

You need a project containing a uiBundles/*/src directory before adding authentication and search. The generator targets this specific structure to automatically provision login, logout, session management, and global search features.