Skip to content

github/acreadiness-cockpit

v1.0.0MIT

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.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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",
  "extensions": {
    "com.github.awesome-copilot": {
      "agents": [
        "./agents/ai-readiness-reporter.md"
      ],
      "skills": [
        "./skills/acreadiness-assess/",
        "./skills/acreadiness-generate-instructions/",
        "./skills/acreadiness-policy/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.awesome-copilot