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.
To download the ZIP files for the available skills, see SuiteCloud Agent Skills 1.0.
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-finance-analyst: Support Director of Financial Analysis workflows for NetSuite-based financial analysis and finance operations, including period-end and month-end close guidance, income statement, balance sheet and cash flow analysis, budget-versus-actual and variance review, AR/AP aging, reconciliation and journal entry review, SOX-oriented financial checks, cash reporting, and CFO- or board-ready financial narratives. Not for general NetSuite development or non-finance administration.
-
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-sdf-safe-guide: Comprehensive NetSuite SDF best practices based on the SAFE Guide (12 principles + appendices). Generates Object XML for all 14 script types, enforces governance limits, security patterns, and defensive coding. Includes N/cache, N/query, concurrency limits, OAuth 2.0 guidance, legacy TBA guardrails, CustomTool runtime patterns, REST Web Services (2026.1 features), and 139+ documented pitfalls. Essential for SuiteApp and Account Customization development.
-
netsuite-suitescript-learning: Interactive learning system for NetSuite SDF development. Features six modes (learn, review, explain, annotate, quiz, and final) with SAFE Guide integration. Produces compliance-reviewed learning documentation. Learn topics like governance, N/cache, and security directly from SAFE Guide principles. Generate quizzes from code or SAFE Guide content.
-
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.