When you're building a Salesforce UI bundle app and need to add authentication or search, this skill handles the installation of pre-built features instead of letting Claude write them from scratch. It knows to run the @salesforce/ui-bundle-features CLI, search for existing implementations first, handle conflict resolution in non-interactive mode, and integrate example files afterward. The scope is intentionally narrow: just auth (login, logout, protected routes, sessions) and search (global search across pages). It's a sensible constraint since these features already exist as tested packages, and there's no point in regenerating them every time. The skill assumes you've got a uiBundles/*/src/ directory structure and pushes you toward the features CLI workflow instead of custom implementations.
npx skills add https://github.com/forcedotcom/afv-library --skill generating-ui-bundle-features