Files
awesome-copilot/plugins/acreadiness-cockpit/.github/plugin/plugin.json
T
Aaron Powell d1fdc3184e stuffed up and plugins are in staged (#1845)
* stuffed up and plugins are in staged

* fixing readme

* fixing plugin file
2026-05-27 11:05:34 +10:00

28 lines
801 B
JSON

{
"name": "acreadiness-cockpit",
"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",
"keywords": [
"agentrc",
"ai-readiness",
"copilot-instructions",
"readiness-report",
"monorepo",
"policy",
"dashboard"
],
"author": {
"name": "mvanderbend-msoft"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"agents": [
"./agents/ai-readiness-reporter.md"
],
"skills": [
"./skills/acreadiness-assess/",
"./skills/acreadiness-generate-instructions/",
"./skills/acreadiness-policy/"
]
}