-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 773 Bytes
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
]
}