This orchestrates the full dependency chain for building Salesforce Lightning apps from natural language. It parses your request into objects, fields, tabs, pages, and permission sets, then generates them in the right order so nothing breaks during deployment. The skill delegates to specialized generators when they exist (custom objects, flows, validation rules) and falls back to direct generation when they don't. It enforces a strict rule: always load the specific metadata skill and call salesforce-api-context before generating anything, except for flows which use a separate pipeline. Use this when someone asks for a complete app or business solution, not when they just need a single object or page.
npx skills add https://github.com/forcedotcom/afv-library --skill generating-lightning-app