What problem does it solve? Adding authentication or search to a Salesforce UI bundle app from scratch is error-prone and time-consuming. This Skill installs pre-built, tested feature packages using the @salesforce/ui-bundle-features CLI instead of hand-writing login flows, session management, or global search. ## Core Features & Use Cases - Feature Discovery: Search and describe available features with npx @salesforce/ui-bundle-features list --search <query> and describe <feature> before installing. - Authentication & Search Installation: Install login, logout, protected routes, session management, and global search into a uiBundles/*/src/ project with conflict detection and resolution. - Example Integration: Merge __example__ files into target files and resolve <descriptive-name> placeholder paths after installation. - Use Case: A developer needs protected routes in their UI bundle app. They search the features CLI, dry-run the authentication install, resolve file conflicts via a resolution JSON, and integrate the example session-handling pattern into their app entry file. ## Quick Start Ask the agent to add authentication with login, logout, and protected routes to your UI bundle app using the ui-bundle-features CLI.