What problem does it solve? Building authentication or search functionality from scratch in a Salesforce UI bundle app is time-consuming and error-prone. This Skill installs pre-built, tested feature packages via the @salesforce/ui-bundle-features CLI instead of writing custom implementations. ## 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 Installation: Add login, logout, protected routes, and session management to a UI bundle app. - Search Installation: Add global search across pages and content in a UI bundle app. - Conflict Handling: Use --on-conflict error with a --conflict-resolution JSON file for non-interactive installs, and integrate __example__ files into target files after installation. - Use Case: A developer needs login and protected routes in their uiBundles app. The Skill checks src/ for existing code, finds the authentication feature, installs it with a dry run first, then integrates the example files. ## Quick Start Add authentication with login and protected routes to my UI bundle app using the pre-built features CLI.