{
  "schema_version": "v1",
  "name": "Kabir Nayeem Portfolio",
  "description": "Read-only skills for retrieving content from Kabir Nayeem's personal portfolio.",
  "url": "https://kabirnayeem99.github.io/",
  "authentication": {
    "type": "none"
  },
  "skills": [
    {
      "name": "get-content-index",
      "description": "Retrieve a curated index of all main pages and machine-readable endpoints.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/llms.txt",
        "content_type": "text/plain"
      }
    },
    {
      "name": "get-full-content",
      "description": "Retrieve the full markdown content of all main pages concatenated into one document.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/llms-full.txt",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-homepage",
      "description": "Read the homepage biography, highlights, and quick links as Markdown.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/index.md",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-work-history",
      "description": "Read professional experience and work responsibilities as Markdown.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/work.md",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-projects",
      "description": "Read portfolio projects and technical summaries as Markdown.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/project.md",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-blog",
      "description": "Read the blog article list and summaries as Markdown.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/blog.md",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-stats",
      "description": "Read public developer stats (coding, reading, leetcode) as Markdown.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/stats.md",
        "content_type": "text/markdown"
      }
    },
    {
      "name": "get-structured-data",
      "description": "Retrieve structured JSON metadata about this portfolio site and its owner.",
      "endpoint": {
        "method": "GET",
        "url": "https://kabirnayeem99.github.io/docs/api.json",
        "content_type": "application/json"
      }
    }
  ]
}
