arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
SN ScriptSync HTTP/file Agent API: endpoint discovery, auth, the full error-code table, and the complete command catalog (queryrecords, getrecord, updaterecord, createartifact, createapplication, restrequest, screenshots, etc.). Read this before calling any Agent API command.
arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
Build/edit ServiceNow AI Experience (AIX) apps on the sysaix tables: experiences, pages, containers, custom Lit widgets + server data scripts, left-nav menus, and record click-through. Covers routing/cache rules, why creation needs a background script (REST = EACL), the widget compile-metadata pattern, and the…
arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
How sn-scriptsync maps ServiceNow artifacts to files: the instance/scope/table layout, naming conventions per artifact type, creating new artifacts, and the map.json / structure.json files. Read this when creating, naming, or organizing ServiceNow files.
arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
Drive the connected ServiceNow tab through the Chrome DevTools Protocol (Pro): capture network requests + response bodies, capture console output and uncaught exceptions, take full-page/element screenshots beyond the viewport, and auto-handle (and record) native confirm/alert/prompt/beforeunload dialogs. Read this…
arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
ServiceNow coding standards (scoped-app restrictions, server vs client APIs, best practices) and security guidance for the sn-scriptsync workflow. Read this when writing or reviewing ServiceNow script content.
arnoudkooi/sn-scriptsync
Skill Claude CodeCodex
Drive live ServiceNow forms via the gform bridge (navigate, setfield, getformstate, runuiaction, clickelement): insert vs update verbs, optimistic-write verification, auto-handled native dialogs, and auto-filling mandatory reference fields. Read this when automating or visually verifying a form/UI page/widget.