{
  "name": "Nikhil Patil portfolio",
  "description": "Product-minded engineer who runs cafés and builds the systems that run them. This card describes how an AI agent can read the site.",
  "url": "https://nikhilpatil.in",
  "version": "1.0.0",
  "provider": {
    "organization": "Nikhil Patil",
    "url": "https://nikhilpatil.in"
  },
  "documentationUrl": "https://nikhilpatil.in/for-agents/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "get_profile",
      "name": "Get profile",
      "description": "Who Nikhil is, roles, focus, links."
    },
    {
      "id": "list_projects",
      "name": "List projects",
      "description": "Every project with status, stack and links."
    },
    {
      "id": "get_project",
      "name": "Get project",
      "description": "Full detail on one project by slug."
    },
    {
      "id": "how_i_work",
      "name": "How I work",
      "description": "Principles, the daily loop and tooling."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "How to reach Nikhil and what he is open to."
    }
  ],
  "endpoints": {
    "mcp": "https://nikhilpatil.in/mcp",
    "profile_json": "https://nikhilpatil.in/me.json",
    "llms_txt": "https://nikhilpatil.in/llms.txt"
  }
}