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-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-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.