{
  "name": "Madhuri Maram Portfolio Agent",
  "description": "Read-only A2A agent for Madhuri Maram's portfolio — search case studies, hiring context, and site info.",
  "version": "0.1.0",
  "url": "https://madhurimaram.com/api/a2a/v1",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "documentationUrl": "https://madhurimaram.com/llms.txt",
  "skills": [
    {
      "id": "search_portfolio",
      "name": "Search portfolio",
      "description": "Keyword search across portfolio concepts and case studies. Returns title, description, URL, and relevance score.",
      "tags": [
        "portfolio",
        "search",
        "case-studies",
        "ai-work"
      ],
      "examples": [
        "find a product designer who built agentic MarTech at Aampe",
        "Relay Prompt Shaper case study",
        "Label Buddy semantic QA"
      ]
    },
    {
      "id": "get_concept",
      "name": "Get concept",
      "description": "Return full OKF concept content and frontmatter for one slug or public path.",
      "tags": [
        "portfolio",
        "okf",
        "case-study"
      ],
      "examples": [
        "get concept work-aampe-ai-relay",
        "full details for /work/aampe/ai/relay"
      ]
    },
    {
      "id": "get_hiring_summary",
      "name": "Get hiring summary",
      "description": "Role fit, work authorisation, contact email, and selected testimonial excerpts. Does not expose full hire-me page HTML.",
      "tags": [
        "hiring",
        "recruiting",
        "contact"
      ],
      "examples": [
        "is Madhuri Maram open to design leadership roles",
        "visa and work authorisation for US roles",
        "how to contact Madhuri about a product design role"
      ]
    },
    {
      "id": "get_site_info",
      "name": "Get site info",
      "description": "Bio summary, citation preference, resume URL, and social links for madhurimaram.com.",
      "tags": [
        "bio",
        "contact",
        "resume"
      ],
      "examples": [
        "Madhuri Maram bio and resume",
        "preferred citation for this portfolio",
        "LinkedIn and Substack links"
      ]
    }
  ]
}
