{
  "name": "SuperQode",
  "description": "The Harness Layer for Coding Agents",
  "supportedInterfaces": [
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3"
    },
    {
      "url": "https://a2a.superqode.dev",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "url": "https://super-agentic.ai",
    "organization": "Superagentic AI"
  },
  "version": "1.0",
  "documentationUrl": "https://github.com/SuperagenticAI/superqode",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "harness-shortlist",
      "name": "Harness Shortlist",
      "description": "Search the curated Harness Hub for third-party coding agents and harnesses matching stated constraints. Returns a ranked catalogue shortlist with licence and setup details. SuperQode's own harnesses are excluded from the ranking and disclosed separately",
      "tags": [
        "harness",
        "recommendation",
        "evaluation",
        "discovery"
      ],
      "examples": [
        "Which coding agents in the catalogue are open source?",
        "Which harness should we shortlist for a Python monorepo?",
        "We run local models only. What are our options?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "iconUrl": "https://super-agentic.ai/uploads/superqode.png",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3",
  "url": "https://a2a.superqode.dev"
}
