Skip to content

alexander-kastil/demo-quality

v1.0.0MIT

Quality gate for the demo and lab guides in this masterclass: a readme checker skill, a topic-index MCP server, a review agent, and a hook that catches brand-voice violations as they are written.

MCP servers

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

topic-indexstdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "mcp/topic_index.py"
  ]
}

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": "demo-quality",
  "version": "1.0.0",
  "description": "Quality gate for the demo and lab guides in this masterclass: a readme checker skill, a topic-index MCP server, a review agent, and a hook that catches brand-voice violations as they are written.",
  "author": {
    "name": "Alexander Kastil"
  },
  "license": "MIT",
  "keywords": [
    "documentation",
    "brand-voice",
    "markdown",
    "course-authoring"
  ]
}

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.

  • check-readme.ps1
  • hooks.json
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