This handles the surprisingly complex world of Custom Lightning Types for Einstein Agent actions and structured data schemas. If you're wiring up agent inputs/outputs or building custom UI components on Lightning Platform, you'll need JSON Schema with Lightning-specific extensions, and the validation rules are strict and often counterintuitive. Arrays are especially tricky since the metaschema rejects most standard JSON Schema patterns. The skill knows when to use CLT references versus Apex class types versus primitives, and crucially, it understands the editor/renderer configuration format including the root override pattern with attribute mapping. Save yourself the deployment errors and reference this before you write schema.json by hand.
npx skills add https://github.com/forcedotcom/sf-skills --skill generating-custom-lightning-type