{
  "schemaVersion": "1.0",
  "name": "Shriprasanna Portfolio Agent",
  "description": "Read-only A2A-compatible agent exposing Shriprasanna's profile, work history, indie projects, open-source contributions, and developer tools. Use this agent to answer questions about who Shri is, what he has built, and how to contact him.",
  "url": "https://shrix1.com",
  "documentationUrl": "https://shrix1.com/index.md",
  "provider": {
    "name": "Shriprasanna",
    "url": "https://shrix1.com"
  },
  "contact": {
    "url": "https://x.com/shribuilds"
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "get-profile",
      "name": "Get profile summary",
      "description": "Concise markdown summary of Shriprasanna's background, role at Exemplary AI, technical stack, projects, and socials.",
      "tags": [
        "profile",
        "bio",
        "about"
      ],
      "examples": [
        "Who is Shriprasanna?",
        "Tell me about shrix1"
      ],
      "outputModes": [
        "text/markdown",
        "text/plain"
      ]
    },
    {
      "id": "list-projects",
      "name": "List projects",
      "description": "Enumerate Shriprasanna's shipped projects (live indie products and open-source contributions) with descriptions, tech, and URLs.",
      "tags": [
        "projects",
        "portfolio",
        "indie"
      ],
      "examples": [
        "What has Shri built?",
        "List shrix1's indie products",
        "Open-source contributions by Shri"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "get-work-history",
      "name": "Get work history",
      "description": "Return Shriprasanna's professional work history (roles, companies, dates, scope).",
      "tags": [
        "work",
        "experience",
        "resume"
      ],
      "examples": [
        "Where does Shri work?",
        "Shri's work history"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "get-tools",
      "name": "Get developer setup",
      "description": "Return the daily-driver tools, IDE/AI assistants, and PC/peripherals Shriprasanna uses.",
      "tags": [
        "tools",
        "setup",
        "stack"
      ],
      "examples": [
        "What tools does Shri use?",
        "Shri's dev setup"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "contact",
      "name": "Contact / Hire",
      "description": "Best channels to reach Shriprasanna: X (DM), LinkedIn, GitHub, ProductHunt, Peerlist.",
      "tags": [
        "contact",
        "hire",
        "socials"
      ],
      "examples": [
        "How do I contact Shri?",
        "Shri's links"
      ],
      "outputModes": [
        "text/markdown",
        "application/ld+json"
      ]
    }
  ],
  "endpoints": [
    {
      "rel": "mcp-server",
      "href": "https://shrix1.com/api/mcp",
      "type": "application/json",
      "description": "JSON-RPC MCP server exposing the skills above as tools."
    },
    {
      "rel": "mcp-server-card",
      "href": "https://shrix1.com/.well-known/mcp/server-card.json",
      "type": "application/json"
    },
    {
      "rel": "agent-skills",
      "href": "https://shrix1.com/.well-known/agent-skills/index.json",
      "type": "application/json"
    },
    {
      "rel": "api-catalog",
      "href": "https://shrix1.com/.well-known/api-catalog",
      "type": "application/linkset+json"
    },
    {
      "rel": "llm-index",
      "href": "https://shrix1.com/llms.txt",
      "type": "text/plain"
    },
    {
      "rel": "llm-full",
      "href": "https://shrix1.com/llms-full.txt",
      "type": "text/plain"
    }
  ]
}