From 842b32bb5f52f5c9fa634bf15e0ee07981438029 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 05:34:39 +0000 Subject: [PATCH] Add external plugin modern-web-guidance (#2533) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 22 ++++++++++++++++++++++ plugins/external.json | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 2ced6df5..d849e947 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -828,6 +828,28 @@ "sha": "b4ffffc810130893117a7b8f797e0a33102e66de" } }, + { + "name": "modern-web-guidance", + "description": "Modern Web Guidance is an agent skill and CLI tool designed to help AI coding agents build web applications using modern, secure, and high-performance APIs rather than outdated workarounds.\nSupported by the Google Chrome team, it injects expert-curated web platform best practices directly into an agent's context window to prevent the generation of bloated, legacy code.", + "version": "0.0.179", + "author": { + "name": "GoogleChrome", + "url": "https://github.com/GoogleChrome" + }, + "repository": "https://github.com/GoogleChrome/modern-web-guidance", + "homepage": "https://developer.chrome.com/docs/modern-web-guidance", + "license": "Apache-2.0", + "keywords": [ + "frontend", + "web", + "baseline" + ], + "source": { + "source": "github", + "repo": "GoogleChrome/modern-web-guidance", + "ref": "v0.0.179" + } + }, { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", diff --git a/plugins/external.json b/plugins/external.json index c5440339..39e54104 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -554,6 +554,28 @@ "sha": "b4ffffc810130893117a7b8f797e0a33102e66de" } }, + { + "name": "modern-web-guidance", + "description": "Modern Web Guidance is an agent skill and CLI tool designed to help AI coding agents build web applications using modern, secure, and high-performance APIs rather than outdated workarounds.\nSupported by the Google Chrome team, it injects expert-curated web platform best practices directly into an agent's context window to prevent the generation of bloated, legacy code.", + "version": "0.0.179", + "author": { + "name": "GoogleChrome", + "url": "https://github.com/GoogleChrome" + }, + "repository": "https://github.com/GoogleChrome/modern-web-guidance", + "homepage": "https://developer.chrome.com/docs/modern-web-guidance", + "license": "Apache-2.0", + "keywords": [ + "frontend", + "web", + "baseline" + ], + "source": { + "source": "github", + "repo": "GoogleChrome/modern-web-guidance", + "ref": "v0.0.179" + } + }, { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",