Expert-level agent skills for the entire ServiceNow development ecosystem. Covers Fluent SDK metadata (.now.ts), legacy scripting (GlideRecord, Script Includes, Client Scripts, gform), and CLI setup (now-sdk auth, build, install). Use when generating, reviewing, or explaining any ServiceNow code.
Generates GlideRecord queries, Script Include classes, and client scripts for ServiceNow legacy scripting. Use for Business Rules, Scheduled Jobs, server-side Script Includes, and client-side gform/guser scripts. Redirects to sn-sdk-fluent when Fluent SDK is detected in the workspace.
Use when working with ServiceNow Fluent DSL (.now.ts files) — generating, reviewing, or explaining metadata definitions for tables, ACLs, business rules, UI pages, client scripts, script includes, flows, service portal widgets, and other ServiceNow metadata types. Covers all 6 column types, all $id-required types, and…
Use when setting up, configuring, building, or deploying with the ServiceNow SDK — scaffolding new projects, configuring Basic or OAuth authentication, converting existing applications, building and deploying to an instance, or validating a development environment. Covers all init templates, auth setup with named…