{
  "protocolVersion": "0.2.0",
  "name": "Monedula",
  "description": "Writing and open source from the Monedula team — notes on Apache Kafka, observability, and the small tools they inspire. This card describes read-only retrieval skills backed by static HTTP endpoints; Monedula does not accept remote tasks.",
  "url": "https://monedula.dev/",
  "version": "1.0.0",
  "provider": {
    "organization": "Monedula",
    "url": "https://monedula.dev/"
  },
  "documentationUrl": "https://monedula.dev/llms.txt",
  "iconUrl": "https://monedula.dev/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "skills": [
    {
      "id": "list-content",
      "name": "List writing and projects",
      "description": "Return the index of published articles and open-source projects, with their URLs, as plain text (/llms.txt) or RSS (/rss.xml).",
      "tags": ["index", "rss", "llms.txt", "discovery"],
      "examples": [
        "What has Monedula published about Kafka?",
        "List the open source projects."
      ]
    },
    {
      "id": "read-article",
      "name": "Read an article",
      "description": "Fetch the full Markdown source of any published article from /blog/{slug}.md.",
      "tags": ["kafka", "observability", "article", "markdown"],
      "examples": [
        "Read the article about Kafka metrics and OpenTelemetry."
      ]
    },
    {
      "id": "read-project",
      "name": "Read a project",
      "description": "Fetch the full Markdown description of any open-source project from /projects/{slug}.md.",
      "tags": ["open-source", "project", "markdown"],
      "examples": [
        "Tell me about monedula-metrics-reporter."
      ]
    }
  ]
}
