snu-reference

Document ServiceNow ScriptSync file structures, metadata caching, and agent workflows.

53|38|Updated Dec 17, 2018
One-click install
npx skills add https://github.com/arnoudkooi/sn-scriptsync --skill snu-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snu-reference
Source: https://github.com/arnoudkooi/sn-scriptsync/tree/main/agentrules/skills/snu-reference
Command: npx skills add https://github.com/arnoudkooi/sn-scriptsync --skill snu-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The SN ScriptSync Deep Reference solves the need for a centralized, detailed reference that AI agents can consume to perform complex ServiceNow automation tasks reliably, including file structures, table metadata caching, and best practices.

Core Features & Use Cases

  • Deep reference appendix with file-structure notes, metadata caching guidance, and edge-case coverage not in other skills
  • AI agent workflow guidance, including parent-child relationships, multi-file artifacts, and update-set context
  • Practical examples and step-by-step workflows for typical ServiceNow artifact creation and updates

Quick Start

Read through this reference to understand the recommended AI agent workflows and structural guidance before starting any ScriptSync task.

Frequently Asked Questions about snu-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do AI agents handle ServiceNow table metadata caching during automation?

ServiceNow table metadata caching requires AI agents to follow structured reference guidelines that define how artifact files are structured and updated. This ensures reliable context switching and accurate parent-child relationship handling during automation workflows.

What is the best way to manage parent-child relationships in ServiceNow update sets?

Managing parent-child relationships in ServiceNow update sets involves applying specific agent workflow rules for multi-file artifacts. Agents must switch contexts accurately and follow best-practice guidance to maintain structural integrity across related records.

How do I structure multi-file artifacts for ServiceNow ScriptSync automation?

Structuring multi-file artifacts for ServiceNow ScriptSync automation relies on an exhaustive deep reference covering file-structure notes and edge cases. Agents use these structural guidelines to create and update artifacts without breaking dependencies.

Does SN ScriptSync support advanced ServiceNow automation tasks without external dependencies?

SN ScriptSync supports advanced ServiceNow automation tasks entirely through its internal reference framework. It requires no external dependencies, using a YAML frontmatter definition and Markdown body to guide agents through complex operations.

Why does my AI agent lose context when switching ServiceNow update sets?

AI agents lose context during ServiceNow update set switching when they lack deep reference guidance on edge cases and metadata caching. Following documented agent workflow rules ensures proper context preservation and parent-child relationship tracking.