From 3509be62ca6b2e9d487c4715ad3e3afbd5df283a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:37:59 +0000 Subject: [PATCH] Add external plugin msgraph-developer-skills (#2777) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 23 +++++++++++++++++++++++ plugins/external.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 5590d8de..38ac511c 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1072,6 +1072,29 @@ "sha": "5ccc2ad4011314602e1b80f0b818c95bcf198f67" } }, + { + "name": "msgraph-developer-skills", + "description": "Builds and modernizes Microsoft Graph applications with minimal, purpose-built API clients. The plugin identifies the required Microsoft Graph endpoints and their least-privileged permissions, generates a focused client with [Kiota](https://aka.ms/kiota) or an AI-assisted workflow, and applies recommended authentication and SDK patterns.", + "version": "1.0.0", + "author": { + "name": "Sergio Lopez" + }, + "repository": "https://github.com/microsoftgraph/dev-skills", + "license": "MIT", + "keywords": [ + "microsoft-graph", + "graph-api", + "sdk-generation", + "kiota", + "api-client", + "copilot-skills" + ], + "source": { + "source": "github", + "repo": "microsoftgraph/dev-skills", + "sha": "175381470b0d7e09da89be0608017d208e79933a" + } + }, { "name": "napkin", "source": "plugins/napkin", diff --git a/plugins/external.json b/plugins/external.json index 3fa940c6..1521d449 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -786,6 +786,29 @@ "sha": "5ccc2ad4011314602e1b80f0b818c95bcf198f67" } }, + { + "name": "msgraph-developer-skills", + "description": "Builds and modernizes Microsoft Graph applications with minimal, purpose-built API clients. The plugin identifies the required Microsoft Graph endpoints and their least-privileged permissions, generates a focused client with [Kiota](https://aka.ms/kiota) or an AI-assisted workflow, and applies recommended authentication and SDK patterns.", + "version": "1.0.0", + "author": { + "name": "Sergio Lopez" + }, + "repository": "https://github.com/microsoftgraph/dev-skills", + "license": "MIT", + "keywords": [ + "microsoft-graph", + "graph-api", + "sdk-generation", + "kiota", + "api-client", + "copilot-skills" + ], + "source": { + "source": "github", + "repo": "microsoftgraph/dev-skills", + "sha": "175381470b0d7e09da89be0608017d208e79933a" + } + }, { "name": "netlify", "description": "Netlify platform skills covering functions, edge functions, blobs, database, identity, image CDN, forms, config, CLI, frameworks, caching, AI Gateway, and deployment — plus the official Netlify MCP server for creating and managing projects, deploys, and environment variables.",