If you're writing or reviewing NetSuite SDF customrole XML and need to know whether it's TRAN_SALESORD or TRAN_CUSTINVC, this gives you exact permkey values from a bundled permissions reference. It validates standard permission IDs (ADMI_, LIST_, REGT_, REPO_, TRAN_) against NetSuite's actual schema, helps you pick the right permlevel (VIEW, CREATE, EDIT, FULL), and pushes you toward least privilege instead of slapping Administrator on everything. The workflow is straightforward: you describe what the role needs to do, it confirms the exact IDs from permissions.json, and recommends the minimum access level. Honest take: this is reference data done right, saves you from guessing or round-tripping to the NetSuite UI when building integration or script execution roles.
npx skills add https://github.com/oracle/netsuite-suitecloud-sdk --skill netsuite-sdf-roles-and-permissions