This release note was updated May 18, 2026.
SuiteCloud Agent Skills extend NetSuite development workflows by providing reusable, structured guidance for AI-assisted development and automation. These components help standardize processes, improve accuracy, and enforce best practices across SuiteCloud projects.
New Skills Added to SuiteCloud Agent Skills
The following skills have been added to SuiteCloud Agent Skills:
- netsuite-owasp-secure-coding: Platform-agnostic OWASP secure coding practices with JavaScript/Node.js patterns and NetSuite SuiteScript examples. Covers Open Worldwide Application Security Project (OWASP) Top 10 (2021), output encoding, injection prevention, CSP headers, file security, API hardening, AI agent security, DRY security patterns, and 48+ security pitfalls with GOOD/BAD code templates.
- netsuite-suitescript-upgrade: SuiteScript 1.0, 2.0, and 2.x to 2.1 migration assistant. Analyzes, converts, explains, and validates script upgrades. Covers 125+ API mappings, 34 object conversions, 13 unmapped API workarounds, all script type entry point changes, SuiteScript 2.0/2.x to 2.1 upgrade guidance, and 16 categories of breaking behavioral changes. Essential for modernizing legacy SuiteScript code bases.
For more information, see SuiteCloud Agent Skills on GitHub and SuiteCloud Agent Skills in the Help Center.
New Skills Added to SuiteCloud Agent Skills
The following skills have been added to SuiteCloud Agent Skills:
- netsuite-sdf-project-documentation: Generates enterprise-grade documentation for NetSuite SDF projects. Analyzes scripts, object XML files,
manifest.xml, and SuiteQL queries to produceREADME.md, architecture diagrams (Mermaid/ASCII), deployment guides, and troubleshooting tables. Can integrate with post-deployment documentation workflows when automation (for example, hooks) is available. - netsuite-suitescript-records-reference: SuiteScript records and fields reference. Looks up field IDs, types, required status, and search capabilities for all 272 NetSuite record types. Use this when building SuiteScript to ensure correct field usage.
For more information, see SuiteCloud Agent Skills on GitHub and SuiteCloud Agent Skills in the Help Center.
New SuiteCloud Agent Skills Available
You can now use SuiteCloud Agent Skills, a platform-agnostic skill collection that supports common NetSuite and SuiteCloud development workflows (SuiteScript, SDF, UIF SPA components, security, documentation, and deployment). This content helps you standardize recurring tasks, reduce errors through source-of-truth references, and reinforce security practices such as least-privilege access patterns.
The following skills are available in the initial release of SuiteCloud Agent Skills:
- netsuite-ai-connector-instructions: Provides guardrails and domain guidance for AI-to-NetSuite sessions, enforcing correct tool selection, safe SuiteQL usage, consistent output formatting, and proper multi-subsidiary and currency handling through the NetSuite AI Service Connector.
- netsuite-sdf-roles-and-permissions: Helps generate and review SDF permission configurations (for example, custom role XML and script deployment permissions) and validates permission IDs and levels using NetSuite reference data.
- netsuite-uif-spa-reference: Helps build, modify, and debug NetSuite UIF SPA components by providing API/type lookup for
@uif-js/coreand@uif-js/component(constructors, methods, props, enums, hooks, and component options).
For more information, see SuiteCloud Agent Skills on GitHub and SuiteCloud Agent Skills in the Help Center.