This handles all Salesforce record operations when you're working in UI bundles, which means reading, creating, updating, or deleting data through the Data SDK instead of raw REST calls. It enforces GraphQL as the default pattern and walks you through the schema lookup workflow using search scripts since the schema file is too large to parse directly. The real value is in the non-negotiable rules section, which covers Salesforce-specific gotchas like HTTP 200 not meaning success, mandatory `@optional` directives for field-level security, and SOQL-derived execution limits that silently bite you. It also explicitly blocks patterns that don't work in this context, like the Enterprise REST query endpoint and Aura-enabled Apex.
npx skills add https://github.com/forcedotcom/sf-skills --skill using-ui-bundle-salesforce-data