snu-aix-experience

Develop and configure ServiceNow AI Experience applications with Lit widgets and sys_aix data models.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-aix-experience
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snu-aix-experience
Source: https://github.com/A865732/PDI-SNSyncScript/tree/main/agentrules/skills/snu-aix-experience
Command: npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-aix-experience

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of the ServiceNow AI Experience (AIX) framework, providing a field-tested methodology to build, configure, and debug custom experiences, pages, and Lit-based widgets on the sys_aix tables.

Core Features & Use Cases

  • End-to-End App Construction: Provides the precise data model and sequence for creating experiences, pages, containers, and custom Lit widgets.
  • Advanced Debugging & Routing: Offers critical guidance on cache management, URL routing, and network-level verification to prevent common configuration pitfalls.
  • Use Case: Use this Skill to build a custom dashboard or portal experience that requires specific navigation menus, custom Lit components with server-side data scripts, and optimized routing.

Quick Start

Use the snu-aix-experience skill to generate a background script for creating a new experience, page, and container structure in your ServiceNow instance.

Frequently Asked Questions about snu-aix-experience

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

FAQPage Schema
How do I build custom Lit widgets for ServiceNow AI Experience applications?

To build custom Lit widgets for ServiceNow AI Experience (AIX) applications, you must define the required data model on sys_aix tables and configure operational workflows. This process involves creating the widgets alongside their corresponding server-side data scripts.

What is the process for configuring page routing and containers in ServiceNow AIX?

Configuring page routing and containers in ServiceNow AIX involves structuring experiences and pages on sys_aix tables. This requires setting up complex page routing configurations and managing artifacts to ensure proper navigation within the portal experience.

How do I debug ServiceNow AI Experience apps using browser-based inspection?

Debugging ServiceNow AI Experience apps using browser-based inspection requires analyzing network requests and console outputs. This approach helps identify and prevent common configuration pitfalls through cache management and network-level verification.

Can I use server-side data scripts with custom Lit components in ServiceNow?

Yes, you can use server-side data scripts with custom Lit components in ServiceNow. This integration supports the end-to-end development and configuration of AIX applications by connecting widget front-ends with server-side data logic.

Why does my ServiceNow AIX experience configuration not display correctly after updates?

Your ServiceNow AIX experience configuration may not display correctly due to cache issues. This Skill provides methods for cache management and network-level verification to ensure your custom pages and widgets render properly.