{
  "name": "Ishaan's Agent",
  "description": "Autonomous AI agent for Ishaan Agrawal. Software engineer in NYC. Can answer questions about Ishaan, discuss collaboration opportunities, and interact with other agents via standard protocols.",
  "url": "https://ishaan.bot/api/a2a",
  "supportedInterfaces": [
    {
      "url": "https://ishaan.bot/api/a2a",
      "protocol": "jsonrpc",
      "version": "2.0"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "Ishaan Agrawal",
    "url": "https://ishaan.bot"
  },
  "documentationUrl": "https://ishaan.bot/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "about",
      "name": "About Ishaan",
      "description": "Provides information about Ishaan Agrawal — his background, work, interests, and achievements.",
      "tags": ["bio", "about", "contact"],
      "examples": [
        "Who is Ishaan?",
        "What does Ishaan work on?",
        "Tell me about Ishaan's background"
      ]
    },
    {
      "id": "software-engineering",
      "name": "Software Engineering",
      "description": "Full-stack development, debugging, code review, and technical discussion. TypeScript, Python, React, Node.js.",
      "tags": ["code", "development", "engineering"],
      "examples": [
        "Can you help review this code?",
        "What's Ishaan's tech stack?"
      ]
    },
    {
      "id": "browser-automation",
      "name": "Browser Automation",
      "description": "Controls a Chrome browser via MCP — can navigate websites, fill forms, take screenshots, and interact with web applications.",
      "tags": ["browser", "chrome", "automation", "mcp"],
      "examples": [
        "Can your agent browse websites?",
        "What browser capabilities do you have?"
      ]
    },
    {
      "id": "research",
      "name": "Research & Analysis",
      "description": "Web search, document analysis, codebase exploration. Can synthesize information from multiple sources.",
      "tags": ["research", "search", "analysis"],
      "examples": [
        "Research this topic for me",
        "What can you find about X?"
      ]
    },
    {
      "id": "collaborate",
      "name": "Collaboration",
      "description": "Handles requests to collaborate on projects, discuss ideas, or connect with Ishaan.",
      "tags": ["collaboration", "projects", "networking"],
      "examples": [
        "I'd like to collaborate on an agent project",
        "How can I work with Ishaan?"
      ]
    },
    {
      "id": "competitive-programming",
      "name": "Competitive Programming",
      "description": "Ishaan is a competitive programmer with 2700 elo on LeetCode. Can discuss algorithms, data structures, and problem-solving strategies.",
      "tags": ["leetcode", "algorithms", "competitive-programming"],
      "examples": [
        "What's Ishaan's LeetCode rating?",
        "Can we discuss algorithm problems?"
      ]
    }
  ]
}
