This is the orchestrator you want when building a complete React UI bundle app on Salesforce from scratch. It coordinates seven specialized skills in dependency order: scaffolding, features (auth, shadcn, search), data access via GraphQL, frontend components, optional integrations like Agentforce chat and file uploads, deployment, and Experience Site generation. The key insight here is that it prevents the common mistake of executing phases out of order, which breaks the build. Use it when someone asks for a full app end to end, not for editing a single component or building Lightning Experience apps with custom objects. It starts by generating a concrete build plan, then loads and executes each phase skill sequentially.
npx skills add https://github.com/forcedotcom/sf-skills --skill building-ui-bundle-app