{
  "protocolVersion": "0.3.0",
  "name": "Sandeep Mallareddy",
  "description": "Read-only content interface to Sandeep Mallareddy's personal site: essays on EdTech, leadership, and entrepreneurship, plus the weekly Bharat Edscape newsletter on India's education ecosystem. Every page is available as clean Markdown.",
  "url": "https://sandeepmallareddy.com",
  "preferredTransport": "HTTP+MARKDOWN",
  "provider": {
    "organization": "Sandeep Mallareddy",
    "url": "https://sandeepmallareddy.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://sandeepmallareddy.com/llms.txt",
  "iconUrl": "https://sandeepmallareddy.com/images/sandeep-profile.jpeg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/html"],
  "skills": [
    {
      "id": "read-content",
      "name": "Read site content as Markdown",
      "description": "Fetch any blog post, journal entry, or page as clean Markdown via its .md alternate or an Accept: text/markdown request. Start from /llms.txt for an index of authoritative pages.",
      "tags": ["content", "blog", "markdown", "edtech", "education", "india", "leadership"],
      "examples": [
        "Fetch the latest Bharat Edscape Weekly issue as Markdown",
        "Summarize Sandeep's writing on EdTech leadership",
        "List recent blog posts from /llms.txt"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
