This is the orchestrator skill you reach for when building a complete React app on Salesforce from scratch, not just tweaking a component or adding a feature. It coordinates seven specialized UI bundle skills in dependency order: scaffolding, features, data access, frontend UI, integrations, deployment, and optional Experience site generation. The workflow is structured around a build plan that maps user intent to phases, then loads each sub-skill explicitly before execution. Think of it as the project manager that prevents you from writing UI components before the scaffold exists or deploying before metadata is ready. If you're just editing an existing page, you want building-ui-bundle-frontend instead. This one is for end-to-end app generation where timing matters.
npx skills add https://github.com/forcedotcom/afv-library --skill building-ui-bundle-app