Skip to content

muratovnik/assay

v0.5.0

Evidence-grounded methods for coding agents.

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": "assay",
  "version": "0.5.0",
  "description": "Evidence-grounded methods for coding agents.",
  "author": {
    "name": "Nikolai Muratov",
    "url": "https://github.com/Muratovnik"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Assay",
    "shortDescription": "Evidence-grounded methods for coding agents",
    "longDescription": "Skills and agent profiles for implementation, testing, audit, research, operational UI and bounded delegation. Each method says what it checked, what that establishes and what it does not.",
    "developerName": "Nikolai Muratov",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/Muratovnik/assay",
    "defaultPrompt": [
      "Audit this change against what was asked.",
      "Write tests for this behaviour and say what they would catch."
    ]
  }
}

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • interface