{
  "name": "Sujit Maiti Portfolio Agent",
  "version": "1.0.0",
  "description": "An agent that provides access to Sujit Kumar Maiti's portfolio, resume, and contact information.",
  "supportedInterfaces": [
    {
      "url": "https://sujitmaiti.cv",
      "transport": "http"
    }
  ],
  "capabilities": [
    "resume_retrieval",
    "contact_info",
    "navigation"
  ],
  "skills": [
    {
      "id": "get-resume-data",
      "name": "Get Resume Data",
      "description": "Retrieves structured resume data by section."
    },
    {
      "id": "contact-info",
      "name": "Contact Info",
      "description": "Retrieves email and social links."
    },
    {
      "id": "navigate-to-section",
      "name": "Navigate to Section",
      "description": "Scrolls to a specific page section on the portfolio."
    }
  ]
}
