This is a type reference library for NetSuite's UIF framework, the JSX-based component system they use for building SPAs inside their ERP. You get full TypeDefs for @uif-js/core and @uif-js/component, so Claude can look up exact signatures for things like ArrayDataSource, the custom Date class (which behaves differently from native JS dates), DataGrid columns, Button hierarchies, and all the hooks. It's genuinely useful if you're working in NetSuite's frontend stack and tired of guessing whether a prop is called "disabled" or "enabled" or what enum values Button.Type actually accepts. Oracle published this, so the definitions should match what's actually deployed.
npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-uif-spa-reference