Files
awesome-copilot/plugins/acreadiness-cockpit/.github/plugin/plugin.json
2026-05-04 04:22:49 +00:00

28 lines
773 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"
],
"skills": [
"./skills/acreadiness-assess",
"./skills/acreadiness-generate-instructions",
"./skills/acreadiness-policy"
]
}