Agent Skills
› NeverSight/learn-skills.dev
› servicenow-agent-skills
servicenow-agent-skills
GitHubServiceNow开发专家技能集,覆盖Fluent SDK、传统脚本及CLI配置。通过路由机制根据任务信号加载对应子技能,严格禁止混合范式,确保代码生成与审查的准确性。
Trigger Scenarios
ServiceNow代码生成或审查
Fluent SDK (.now.ts)相关任务
传统GlideRecord/Client Scripts开发
now-sdk CLI环境配置
Install
npx skills add NeverSight/learn-skills.dev --skill servicenow-agent-skills -g -y
SKILL.md
Frontmatter
{
"name": "servicenow-agent-skills",
"license": "MIT",
"description": "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.\n",
"compatibility": "Claude Code, Cursor, VS Code Copilot, Antigravity, Codex"
}
ServiceNow Agent Skills Suite
This is a multi-skill suite. Each sub-skill contains its own SKILL.md with hard rules, reference files, and example assets. Do not pre-load all sub-skills. Read only the one that matches the current task.
Sub-Skill Router
| Task Signal | Sub-Skill to Read |
|---|---|
.now.ts files, Fluent SDK imports, @servicenow/sdk/core, Table/ACL/BusinessRule metadata, now.config.json |
./sn-sdk-fluent/SKILL.md |
GlideRecord, Script Includes, Business Rules (legacy), Client Scripts, g_form, g_user, gs.log |
./sn-scripting/SKILL.md |
now-sdk CLI commands, project scaffolding, OAuth/Basic auth setup, environment configuration |
./sn-sdk-setup/SKILL.md |
Hard Rules
- Route before generating. Identify the workspace type (Fluent SDK vs. legacy scripting vs. setup) and read the matching sub-skill's
SKILL.mdbefore writing any code. - Never mix paradigms. If the workspace contains
now.config.jsonor.now.tsfiles, the project uses the Fluent SDK — do not generate GlideRecord code. If the workspace has no Fluent markers, usesn-scripting. - One sub-skill per task. Each sub-skill has its own reference files and examples. Read from the active sub-skill only — do not cross-reference between them unless explicitly directed by that skill's instructions.
Version History
- e0220ca Current 2026-07-05 22:14


