From 5fd4157c355c7575399f068acad11efa94c0f560 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 19 May 2026 13:17:20 -0500 Subject: [PATCH] Add four plugins: desktop-commander, qodo-skills, servicenow-sdk, twilio-developer-kit Replaces #205 (qodo-skills), #207 (desktop-commander), #208 (servicenow-sdk), and #215 (twilio-developer-kit). Those PRs are sitting on unsigned commits from before signing was enforced; refiling with signed commits on a fresh branch (no prior pushers) avoids the require_last_push_approval + signed- commit deadlock. SHAs bumped to current upstream HEAD for desktop-commander (8c03d339 -> 9c44119a), qodo-skills (8fb6b550 -> b1eb0389), and twilio-developer-kit (0713fb1f -> 7d15b215). servicenow-sdk SHA unchanged (upstream hasn't moved since 2026-04-28). Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9d6142cb..689ec747 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -430,6 +430,57 @@ "sha": "6f41866ea66c63eb80c42e6f652efdac5870e540" }, "homepage": "https://kensho.com" + }, + { + "name": "desktop-commander", + "description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data.", + "category": "productivity", + "source": { + "source": "git-subdir", + "url": "https://github.com/wonderwhy-er/DesktopCommanderMCP.git", + "path": "plugins/claude", + "ref": "main", + "sha": "9c44119a480ec6460f82d59aeb90cf274bc3dd7b" + }, + "homepage": "https://desktopcommander.app" + }, + { + "name": "qodo-skills", + "description": "Shift-left code review skills that bring Qodo's quality standards and code review capabilities into your local development workflow. Catch issues before commit, enforce organizational standards, and resolve PR feedback directly in your agent.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/qodo-ai/qodo-skills.git", + "sha": "b1eb0389480ee6de8df874f40a230ed2625ef0d3" + }, + "homepage": "https://qodo.ai" + }, + { + "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/" + }, + { + "name": "twilio-developer-kit", + "description": "Twilio Skills provide procedural knowledge for AI coding agents — which APIs to use, in what order, and what to avoid. Covers SMS, Voice, WhatsApp, Verify, SendGrid, Compliance, and 30+ products.", + "author": { + "name": "Twilio" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/twilio/ai.git", + "sha": "7d15b215240df28e86a0b7305520524a2c005005" + }, + "homepage": "https://www.twilio.com" } ] }