{
  "protocolVersion": "0.3.0",
  "name": "pirogov.co",
  "description": "Content-only personal site. No A2A agent endpoint is offered; use /llms.txt and Markdown pages for discovery.",
  "version": "1.1.0",
  "url": "https://pirogov.co/",
  "provider": {
    "organization": "David Pirogov",
    "url": "https://pirogov.co/about/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown"],
  "skills": [
    {
      "id": "site-content",
      "name": "pirogov.co site content",
      "description": "Describe and locate articles on pirogov.co. Articles live under /articles/ and are split primarily by the business and technology tags: business covers management, sales, presales, and strategy; technology covers programming, AI, and software. Additional tags include ai-for-busy-people, coding, trading, presales, risk, and ai. Browse all tags at /tags/, featured tag pages at /tags/business and /tags/technology, start from /llms.txt, and prefer Markdown (append index.md or Accept: text/markdown). No A2A task endpoint is offered; this skill is discovery metadata only.",
      "tags": ["articles", "business", "technology", "tags", "discovery", "content"],
      "examples": [
        "What articles are on business topics?",
        "How are articles tagged and split between business and technology?",
        "Where can I find the AI for busy people series?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://pirogov.co/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3.0"
    }
  ]
}
