Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
Loading