{
  "protocolVersion": "0.3.0",
  "name": "Seye Kuyinu — Fit Assessment Agent",
  "description": "Analyzes job descriptions against Seye Kuyinu's background as an Agile Coach, Scrum Master, and AI automation specialist. Returns a structured fit score with strong matches, partial matches, gaps, and an honest take.",
  "version": "1.0.0",
  "url": "https://seyekuyinu.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://seyekuyinu.com/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Seye Kuyinu",
    "url": "https://seyekuyinu.com"
  },
  "documentationUrl": "https://seyekuyinu.com/hire",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "fit-assessment",
      "name": "Fit Assessment",
      "description": "Evaluate how well a job description matches Seye Kuyinu's experience. Send the full job description as a text message.",
      "tags": [
        "hiring",
        "recruiting",
        "fit-check",
        "agile",
        "coaching"
      ],
      "examples": [
        "Senior Agile Coach, London (hybrid). 5+ years coaching product teams, SAFe experience preferred."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}