AI writes your ServiceNow configuration. Describe catalog items, flows, ATF tests, and business rules in a single file — AI authors the details, you review it, ship it, and deploy to every instance. Idempotent, repeatable, version-controlled. No more click-ops.
Watch sn-skills drive a real ServiceNow instance from the terminal. No forms, no ceremony, no surprise changes — just a declarative run that ends with a deployed catalog item.
sn-skills plugs into Claude, Cursor, or any AI assistant you already use. Describe what you want in plain language — the toolkit does the ServiceNow part, you stay in control, and the CLI handles the boring work.
Tell your AI what you want. It runs the skill's question protocol, asks the clarifying questions it needs, and writes a human-readable spec.md.
AI generates a typed manifest.ts — the trust layer. Optional /sn-architect and /sn-developer agents review it. Nothing touches your instance until you approve.
Three deterministic commands. Creates an update set, deploys idempotently, checks every field against the live schema, and runs your ATF tests.
Same laptop catalog item. Two ways to build it. One takes a morning. The other takes a paragraph.
catalog.upsert({ name: "Laptop Request", category: "Hardware", variables: [ /* 12 */ ] })
Each sn-skills operation generates the exact same shape from the same inputs — no matter how many times you run it, no matter which instance you run it against.
Variables, variable sets, order guides — one manifest, one deploy.
Triggers, actions, subflows — declared in code.
IIFE-wrapped, lint-checked, validated against gotchas.
Declarative tests that run as part of sn test.
Typed, client-callable. Source stays in your repo.
The full toolkit covers the everyday 80% of ServiceNow configuration work.
docs.sndev.io →Ready? $1000/seat/month. Pick your team size at checkout.
Subscribe →Manifest-driven ServiceNow configuration with AI assistance.
Pick the number of seats at checkout. Billed monthly.
sn upgrade pulls the latestDedicated support and unlimited licensing for growing consultancies and agencies.
Volume licensing with SLA-backed support.
sndev.io is also a free, pay-per-query MCP server giving AI agents searchable
access to every ServiceNow API — 453 scripting classes, 556 REST endpoints,
4,041 table schemas. Point your agent at https://sndev.io/mcp and it
can look up any ServiceNow API on demand.
{
"mcpServers": {
"servicenow": {
"url": "https://sndev.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}