{
  "name": "Alex Greenshpun Project Guide",
  "description": "A public, read-only agent that answers questions about Alex Greenshpun and matches AI-agent workflow problems to her tools.",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "url": "https://alexgreenshpun.com/a2a",
  "supportedInterfaces": [
    {
      "url": "https://alexgreenshpun.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Alex Greenshpun",
    "url": "https://alexgreenshpun.com/"
  },
  "documentationUrl": "https://alexgreenshpun.com/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "recommend-project",
      "name": "Recommend a project",
      "description": "Match a plain-language AI-agent workflow problem to the most relevant Alex Greenshpun project.",
      "tags": ["AI agents", "project discovery", "recommendation"],
      "examples": [
        "Which project helps an agent remember prior sessions?",
        "What should I use to inspect a third-party MCP server before installing it?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "get-public-profile",
      "name": "Get Alex Greenshpun's public profile",
      "description": "Return public professional identity, company, contact route, and verified links.",
      "tags": ["profile", "identity", "contact"],
      "examples": [
        "Who is Alex Greenshpun?",
        "Where can I find Alex's public projects?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
