This orchestrates the entire process of building a deployable Salesforce Lightning app from a natural language request. Instead of creating objects, fields, tabs, and pages separately, it chains together the specialized metadata skills in proper dependency order: data model first, then business logic, UI components, the app container, and finally permission sets. It knows when to call salesforce-api-context for each type and handles the Flow pipeline separately. Use it when someone asks for a complete business solution like "build a project management app" rather than just a single component. The main value is getting the sequence right so nothing deploys out of order.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-lightning-app