From d971d945f54bd2658e51a7c1b4a3393128911bfb Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 1 May 2026 11:10:45 -0500 Subject: [PATCH] Add servicenow-sdk plugin --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 03c36b5d..1c7ad898 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -412,6 +412,19 @@ "sha": "6f41866ea66c63eb80c42e6f652efdac5870e540" }, "homepage": "https://kensho.com" + }, + { + "name": "servicenow-sdk", + "description": "Create, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude. Helps developers build, extend, and manage ServiceNow applications, workflows, and agents using the ServiceNow SDK.", + "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/" } ] }