SuiteCloud Agent Skills Introduction
SuiteCloud Agent Skills is a platform-agnostic skill collection for coding assistants, built to be compatible with the agentskills.io specification.
These skills are focused on SuiteCloud and NetSuite development workflows, including SuiteScript, SDF, UIF SPA components, security, documentation, and deployment best practices. Skills are reusable and can be used across different coding agents (for example, Codex, Claude Code, and Cline). Each skill is self-contained and follows a consistent structure so agents can discover, load, and use it reliably.
Included Skills
-
netsuite-ai-connector-instructions: This skill 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-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-sdf-project-documentation: Helps generate and maintain enterprise-grade documentation for NetSuite SDF projects by analyzing SuiteScript files, SDF object XML, and `manifest.xml`, then producing standardized outputs (for example, `README.md`, architecture diagrams in Mermaid/ASCII, deployment/runbooks, and troubleshooting tables). Can integrate with post-deployment documentation workflows when automation (for example, hooks) is available.
-
netsuite-sdf-roles-and-permissions: This skill helps generate and review SDF permission configurations (for example, customrole XML and script deployment permissions) and validates permission IDs/levels using NetSuite reference data.
-
netsuite-suitescript-records-reference: Provides a SuiteScript-focused reference for NetSuite records and fields, enabling lookup of field IDs, data types, required/optional status, and search capabilities across all 272 NetSuite record types to ensure correct field usage when building SuiteScript solutions.
-
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.
-
netsuite-uif-spa-reference: Helps build, modify, and debug NetSuite UIF SPA components by providing API/type lookup for @uif-js/core and @uif-js/component (constructors, methods, props, enums, hooks, and component options).
For more information, see SuiteCloud Agent Skills in GitHub.