sn-scriptsync
Sync ServiceNow scripts between VS Code and live instances
All Skills in This Repository (5)
Pure Emerald Level Indicatorssnu-coding-standards
Enforce ServiceNow coding standards and secure API usage in sn-scriptsync.
snu-reference
Document ServiceNow ScriptSync file structures, metadata caching, and agent workflows.
snu-agent-api
Discover SN ScriptSync Agent API endpoints and authenticate for command execution.
snu-artifacts
Map ServiceNow artifacts to local file structures and naming conventions.
snu-form-automation
Automate live ServiceNow forms with g_form actions and UI flows.
Frequently Asked Questions
FAQPage SchemaHow to install sn-scriptsync?โผ
Run `npx skills add arnoudkooi/sn-scriptsync --all -g -y` in your terminal to install all skills globally. You also need the sn-scriptsync VS Code extension and the SN Utils browser extension for syncing to work.
What does sn-scriptsync do?โผ
It syncs ServiceNow scripts, widgets, and records between VS Code and your live instance, so you edit in a full editor and changes save back automatically. It also exposes an HTTP API so coding assistants can create artifacts and automate forms.
Can AI assistants create ServiceNow records with sn-scriptsync?โผ
Yes. The Agent API lets assistants create Script Includes, Business Rules, widgets, tables, and stories, then verify results with queries and screenshots.
Does sn-scriptsync work with Cursor and Claude Code?โผ
Yes. It generates an agentinstructions.md file that you reference from Cursor rules or CLAUDE.md, giving your assistant the full command catalog and coding standards.
Is sn-scriptsync safe to use on production instances?โผ
It includes path validation, workspace boundaries, and approval gates for destructive commands, but the maintainers recommend working in development or personal developer instances and reviewing changes carefully.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core