From 69fc2571cdd059a41abb762a46396a138c34f82a Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 1 May 2026 14:42:11 -0500 Subject: [PATCH] Add servicenow-sdk plugin (#1668) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 37d8703..8ee8971 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1734,6 +1734,22 @@ "community-managed" ] }, + { + "name": "servicenow-sdk", + "description": "Create, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude AI.", + "author": { + "name": "ServiceNow" + }, + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/ServiceNow/sdk.git", + "path": "providers/claude/plugin", + "ref": "main", + "sha": "06adf37ca78c270a57f93e7b9dfbb7bf16e24611" + }, + "homepage": "https://servicenow.github.io/sdk/" + }, { "name": "session-report", "description": "Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/projects transcripts.",