fluent-sdk
Installation
SKILL.md
Hybrid ServiceNow Development with NowSDK Fluent
Overview
This skill implements a three-tier development strategy for ServiceNow, routing each operation to the most capable tool:
TIER 1: NowSDK Fluent (metadata-as-code)
Flows, tables, business rules, catalog items, ACLs, scoped apps
TypeScript → build → deploy as scoped application
↓ falls through when...
- Runtime data operations needed
- Live instance queries required
- Existing record manipulation