From 15ecf79f9472f8cc54d22e9b38921e65b903fea2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:59:47 +1000 Subject: [PATCH] Add external plugin ai-ready (#1754) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- .github/plugin/marketplace.json | 27 +++++++++++++++++++++++++++ plugins/external.json | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index fd009128..d32a3597 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -16,6 +16,33 @@ "description": "Drive Microsoft AgentRC from Copilot chat: assess AI readiness, generate Copilot instructions (flat or nested with applyTo globs for monorepos), and manage policies. Produces a self-contained static HTML dashboard at reports/index.html.", "version": "1.0.0" }, + { + "name": "ai-ready", + "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.", + "version": "1.0.0", + "author": { + "name": "John Papa", + "url": "https://github.com/johnpapa" + }, + "repository": "https://github.com/johnpapa/ai-ready", + "homepage": "https://github.com/johnpapa/ai-ready", + "license": "MIT", + "keywords": [ + "ai-ready", + "copilot", + "agents", + "configuration", + "skills", + "code-review", + "onboarding" + ], + "source": { + "source": "github", + "repo": "johnpapa/ai-ready", + "path": ".github/plugin", + "ref": "b993d6512c918d8a21a61b7931726f5980c3c920" + } + }, { "name": "ai-team-orchestration", "source": "ai-team-orchestration", diff --git a/plugins/external.json b/plugins/external.json index 8e4fb668..c40a815d 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1,4 +1,31 @@ [ + { + "name": "ai-ready", + "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.", + "version": "1.0.0", + "author": { + "name": "John Papa", + "url": "https://github.com/johnpapa" + }, + "repository": "https://github.com/johnpapa/ai-ready", + "homepage": "https://github.com/johnpapa/ai-ready", + "license": "MIT", + "keywords": [ + "ai-ready", + "copilot", + "agents", + "configuration", + "skills", + "code-review", + "onboarding" + ], + "source": { + "source": "github", + "repo": "johnpapa/ai-ready", + "path": ".github/plugin", + "ref": "b993d6512c918d8a21a61b7931726f5980c3c920" + } + }, { "name": "azure", "description": "Microsoft Azure MCP Server and skills for cloud resource management, deployments, and Azure services. Manage your Azure infrastructure, monitor applications, and deploy resources directly from Copilot.",