servicenow-agent-skills
servicenow-agent-skills contains 4 collected skills from aatrey882, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Expert-level agent skills for the entire ServiceNow development ecosystem. Covers Fluent SDK metadata (.now.ts), legacy scripting (GlideRecord, Script Includes, Client Scripts, g_form), 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 g_form/g_user 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 scope prefix reading from now.config.json.
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 aliases, the build→deploy→verify lifecycle, and the check-environment script.