diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 251f3caea..4c40a1926 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -10,6 +10,34 @@ "email": "copilot@github.com" }, "plugins": [ + { + "name": "ai-ready", + "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, skills, CI workflows, issue templates, and more. GitHub-native: auto-discovers repo context, community health, and PR review patterns to generate customized assets that teach AI agents and human contributors how to work in the repo correctly.", + "version": "0.3.0-alpha", + "author": { + "name": "John Papa", + "url": "https://github.com/johnpapa" + }, + "homepage": "https://github.com/johnpapa/ai-ready", + "keywords": [ + "ai-ready", + "repo-setup", + "agents", + "copilot-instructions", + "skills", + "ci", + "templates", + "contributions", + "maintainer", + "github-native" + ], + "license": "MIT", + "repository": "https://github.com/johnpapa/ai-ready", + "source": { + "source": "github", + "repo": "johnpapa/ai-ready" + } + }, { "name": "ai-team-orchestration", "source": "ai-team-orchestration", diff --git a/plugins/external.json b/plugins/external.json index dcc7e5389..7268bbe2d 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -155,5 +155,22 @@ "source": "github", "repo": "microsoft/What-I-Did-Copilot" } + }, + { + "name": "ai-ready", + "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, skills, CI workflows, issue templates, and more. GitHub-native: auto-discovers repo context, community health, and PR review patterns to generate customized assets that teach AI agents and human contributors how to work in the repo correctly.", + "version": "0.3.0-alpha", + "author": { + "name": "John Papa", + "url": "https://github.com/johnpapa" + }, + "homepage": "https://github.com/johnpapa/ai-ready", + "keywords": ["ai-ready", "repo-setup", "agents", "copilot-instructions", "skills", "ci", "templates", "contributions", "maintainer", "github-native"], + "license": "MIT", + "repository": "https://github.com/johnpapa/ai-ready", + "source": { + "source": "github", + "repo": "johnpapa/ai-ready" + } } ]