{
  "name": "Aybars Dorman",
  "description": "Personal website and AI agent endpoint",
  "url": "https://aybarsdorman.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": ["text", "application/json"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "contact",
      "name": "Contact",
      "description": "Get contact information",
      "tags": ["contact", "info"],
      "examples": ["How can I contact Aybars?", "What is Aybars's email?"]
    }
  ]
}
