Skip to content

vib795/copilot-anatomy

v2.0.0MIT

Reference implementation of every GitHub Copilot customisation primitive, with governance and evaluation tooling for multi-model polyglot teams.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

context7streamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.context7.com/mcp"
}
memorystdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@modelcontextprotocol/server-memory"
  ],
  "env": {
    "MEMORY_STORE_PATH": "${PLUGIN_DATA}/memory.json"
  }
}

What this package declares

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

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "copilot-anatomy",
  "version": "2.0.0",
  "description": "Reference implementation of every GitHub Copilot customisation primitive, with governance and evaluation tooling for multi-model polyglot teams.",
  "author": {
    "name": "copilot-anatomy contributors",
    "url": "https://github.com/vib795/copilot-anatomy"
  },
  "homepage": "https://vib795.github.io/copilot-anatomy/",
  "repository": "https://github.com/vib795/copilot-anatomy",
  "license": "MIT",
  "keywords": [
    "copilot",
    "governance",
    "skills",
    "custom-agents",
    "mcp",
    "reference",
    "polyglot",
    "model-routing"
  ],
  "extensions": {
    "com.github.copilot": {
      "agents": "agents",
      "instructions": "instructions",
      "hooks": "hooks/copilot-hooks.json",
      "mcpProfiles": "copilot-mcp-profiles.json",
      "defaultMcpProfile": "read-only"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2JavaScript files
  • resolve-base.sh
  • 2JSON files
  • 2YAML files
  • 2other files
View on GitHub

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.copilotships a directory of files