{
  "$schema": "https://a2a-protocol.org/schemas/agent-card.json",
  "name": "Progresak Knowledge Agent",
  "version": "1.0.0",
  "description": "Read-only knowledge agent for progresak.cz - a portfolio and knowledge hub by Lukas Kratochvil covering AI engineering, agentic workflows, Model Context Protocol (MCP), and AI-augmented development experiments.",
  "url": "https://progresak.cz",
  "documentationUrl": "https://progresak.cz/llms.txt",
  "provider": {
    "organization": "Progresak (Lukas Kratochvil)",
    "url": "https://progresak.cz"
  },
  "supportedInterfaces": [
    {
      "url": "https://progresak.cz",
      "transport": "https",
      "contentType": "text/markdown",
      "description": "Static site with text/markdown content negotiation. Fetch any page with 'Accept: text/markdown' to receive a clean markdown representation."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/html"],
  "skills": [
    {
      "id": "browse-journal",
      "name": "Browse AI engineering journal",
      "description": "Read articles, signals, discoveries, and insights about AI-augmented development, agentic workflows, and emerging AI tools.",
      "tags": ["journal", "blog", "ai", "agents", "mcp"],
      "examples": [
        "List recent journal entries on progresak.cz",
        "Read https://progresak.cz/journal/claude-code-opentelemetry-opus-cost"
      ]
    },
    {
      "id": "find-mcp-resources",
      "name": "Find Model Context Protocol resources",
      "description": "Discover curated MCP resources: documentation, servers, articles, and community links.",
      "tags": ["mcp", "model-context-protocol", "resources"],
      "examples": [
        "Show MCP resources from progresak.cz",
        "What MCP servers are listed at https://progresak.cz/mcp-resources?"
      ]
    },
    {
      "id": "explore-ai-experiments",
      "name": "Explore AI-generated experiments",
      "description": "Browse interactive browser games and tools generated by different AI models (Claude, GPT, Gemini, Qwen), including the prompt and model metadata used to build each.",
      "tags": ["experiments", "ai-generated", "demos"],
      "examples": [
        "List AI experiments on progresak.cz",
        "Open https://progresak.cz/experiments/neon-survivor"
      ]
    }
  ]
}
