{
  "markdown": "# ServiceNow SDK\n\nThe ServiceNow IDE and ServiceNow SDK support developing applications in source code with ServiceNow Fluent, creating JavaScript modules, and using third-party libraries. ServiceNow Fluent is a TypeScript-based domain-specific programming language for creating application metadata in code.\n\n# AI Skills\n\nThis repository contains agent skills for creating, editing, and deploying ServiceNow Fluent applications. These skills teach AI coding assistants how to use the [`@servicenow/sdk`](https://www.npmjs.com/package/@servicenow/sdk) CLI to look up platform conventions, metadata types, and project structure before making changes.\n\n> [!IMPORTANT]\n> These skills rely on features available only in version `4.6.0` or newer of the SDK.\n\n## Skills\n\n| Skill | Description |\n|---|---|\n| **now-sdk** | Covers CLI discovery, SDK documentation, and live instance queries. Automatically triggered when working in a Fluent app or when ServiceNow/Fluent topics are mentioned. Uses `npx @servicenow/sdk --help` and `explain quickstart` to orient the agent, then provides guidance for the `explain` and `query` subcommands. |\n\n## Setup by Tool\n\n### Claude Code\n\n1. Start a Claude Code session.\n2. Install the `servicenow-sdk` plugin from the `claude-plugins-official` marketplace:\n   ```\n   /plugin install servicenow-sdk@claude-plugins-official\n   /reload-plugins\n   ```\n\n### Codex\n\n1. Start a Codex session.\n2. Run the following command to directly install the skill:\n   ```\n   $skill-installer https://github.com/ServiceNow/sdk/tree/master/skills/now-sdk\n   ```\n3. Restart Codex to load the skill.\n\n### Cursor\n\n1. Open Cursor Settings (Cmd+Shift+J).\n2. Navigate to **Plugins**.\n3. Paste in the link to the repo: `https://github.com/ServiceNow/sdk.git`\n4. Select `Add to Cursor` for the `servicenow-sdk` plugin.\n\nAlternatively, loading the skills into Claude Code will also allow Cursor to use them.\n\n### GitHub Copilot\n\n1. Update GitHub CLI to version `2.90.0` or later, then install the skill directly from this repo:\n   ```\n   gh skill install ServiceNow/sdk now-sdk\n   ```\n   By default this installs the skill as a project skill in `.github/skills/now-sdk`. Add `--scope user` to install it as a personal skill (`~/.copilot/skills/now-sdk`) shared across all your projects instead.\n2. In an open Copilot CLI session, run `/skills reload`, or start a new session to load the skill.\n3. Confirm it loaded with `/skills info now-sdk`.\n\nAlternatively, without GitHub CLI, manually copy the [`skills/now-sdk`](skills/now-sdk) directory into `.github/skills/now-sdk` (project) or `~/.copilot/skills/now-sdk` (personal), then run `/skills reload`.\n\n### Grok\n\n1. Start a Grok session.\n2. Add the marketplace and install the plugin:\n   ```\n   grok plugin marketplace add servicenow/sdk\n   grok plugin install servicenow-sdk --trust\n   ```\n3. Restart Grok or run `/plugins` and reload plugins to load the skill.\n\nAlternatively, install the plugin directly without adding the marketplace:\n```\ngrok plugin install servicenow/sdk#providers/grok/plugin --trust\n```\n\n### Kiro\n\nThe [`providers/kiro/`](providers/kiro/) directory contains a Power with steering files for each skill.\n\n1. Open Kiro and navigate to the `Power` tab.\n2. Select `Add power from GitHub`.\n3. Enter this URL: `https://github.com/ServiceNow/sdk/tree/master/providers/kiro`.\n4. Select the power from the list.\n\n### Windsurf and Other Agents\nSome agents may not have built in support to install skills from Github. However, you can manually install the skills by following these steps:\n\n1. Start a new session with your favorite AI coding tool.\n2. Prompt it to install the skills directly from GitHub:\n   ```\n   Please install these skills in my user level configuration from github: https://github.com/ServiceNow/sdk/tree/master/skills\n   ```\n3. The agent should be able to pull and load the skills from the configuration.\n4. You may need to restart the agent to load the skills.\n\n## Links\n\n- [NPM Package](https://www.npmjs.com/package/@servicenow/sdk)\n- [Fluent API Documentation](https://servicenow.github.io/sdk/)\n- [Documentation](https://www.servicenow.com/docs/r/application-development/servicenow-sdk/servicenow-sdk-landing.html)\n- [Release Notes](https://github.com/servicenow/sdk/releases)\n- [Community Forum](https://www.servicenow.com/community/servicenow-ide-sdk-and-fluent/bd-p/ide-sdk-fluent-forum)\n- [SDK Examples](https://github.com/servicenow/sdk-examples)\n- [Discussions](https://github.com/ServiceNow/sdk/discussions)\n",
  "bytes": 4506,
  "sha": "6fbe77437ed46ab42096c1cc608b78fb24fcd1188b605d2a1102e7e2cee5e381",
  "repo_slug": "servicenow/sdk",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_servicenow_sdk_servicenow_sdk_6d908857/readme"
}