{
  "name": "niclydon.dev",
  "description": "Public surface of Nic Lydon's AI workshop. Static site; read-only. The build log and lab snapshot are safe to read and cite. No callable agent endpoint is exposed here.",
  "url": "https://www.niclydon.dev",
  "version": "1.0.0",
  "provider": {
    "organization": "Nic Lydon",
    "url": "https://www.niclydon.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [],
  "defaultOutputModes": ["text/html", "application/rss+xml"],
  "skills": [
    {
      "id": "build-log",
      "name": "Daily Builder's Blog",
      "description": "Read the build log: pipeline-drafted, human-approved entries about what the agent crew shipped.",
      "tags": ["read-only", "rss"],
      "examples": ["https://www.niclydon.dev/feed.xml"]
    },
    {
      "id": "lab-snapshot",
      "name": "Lab snapshot",
      "description": "Sanitized build-time stats of the workshop: agent fleet, coding-agent corpus, commit velocity, warehouse scale.",
      "tags": ["read-only", "static"],
      "examples": ["https://www.niclydon.dev/lab"]
    }
  ]
}
