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>
This commit is contained in:
github-actions[bot]
2026-05-19 11:59:47 +10:00
committed by GitHub
parent 25967b264b
commit 15ecf79f94
2 changed files with 54 additions and 0 deletions
+27
View File
@@ -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.", "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" "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", "name": "ai-team-orchestration",
"source": "ai-team-orchestration", "source": "ai-team-orchestration",
+27
View File
@@ -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", "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.", "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.",