{
  "name": "nublson.com Content Agent",
  "description": "Answers questions about Nubelson Fernandes' blog posts, work case studies, gear recommendations and profile. Read-only and public.",
  "supportedInterfaces": [
    {
      "url": "https://nublson.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Nubelson Fernandes",
    "url": "https://nublson.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://nublson.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "list_posts",
      "name": "List posts",
      "description": "List published blog posts and work case studies with slugs, URLs, dates and descriptions.",
      "tags": [
        "content",
        "blog",
        "index"
      ],
      "examples": [
        "What has Nubelson published?",
        "List the work case studies"
      ]
    },
    {
      "id": "get_post",
      "name": "Get post",
      "description": "Fetch a single blog post or work case study as markdown, by type and slug.",
      "tags": [
        "content",
        "markdown"
      ],
      "examples": [
        "Get the blog post with slug hello-world"
      ]
    },
    {
      "id": "search_posts",
      "name": "Search posts",
      "description": "Case-insensitive search across post titles, descriptions and categories.",
      "tags": [
        "content",
        "search"
      ],
      "examples": [
        "Find posts about design systems"
      ]
    },
    {
      "id": "list_gears",
      "name": "List gear",
      "description": "List recommended tools and gear, grouped by category, with product links.",
      "tags": [
        "gear",
        "tools"
      ],
      "examples": [
        "What keyboard does Nubelson use?"
      ]
    },
    {
      "id": "get_profile",
      "name": "Get profile",
      "description": "Get Nubelson Fernandes' profile: name, role, location, bio and social links.",
      "tags": [
        "profile",
        "about"
      ],
      "examples": [
        "Who is Nubelson Fernandes?"
      ]
    }
  ]
}