{
  "name": "Jeff Kazzee portfolio agent",
  "description": "Points people at the right free guide from Jeff Kazzee's published libraries, summarizes the projects and writing at jeffkazzee.dev, and reports what he is open to.",
  "supportedInterfaces": [
    {
      "url": "https://jeffkazzee.dev/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Jeff Kazzee",
    "url": "https://jeffkazzee.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://jeffkazzee.dev/for-agents/",
  "iconUrl": "https://jeffkazzee.dev/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "find-a-guide",
      "name": "Find a guide",
      "description": "Point a person at the right free guide for what they are trying to build on their own machine, drawn from 1,450 published guides and recipes.",
      "tags": [
        "guides",
        "how-to",
        "zo computer",
        "automation"
      ],
      "examples": [
        "How do I stop chasing invoices by hand?",
        "I want an AI system that keeps its sources.",
        "Is there a guide for triaging customer inquiries?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "summarize-the-work",
      "name": "Summarize the work",
      "description": "Summarize the projects and writing published at jeffkazzee.dev, including LLM Arcade, with status and links.",
      "tags": [
        "portfolio",
        "projects",
        "games",
        "writing"
      ],
      "examples": [
        "What has Jeff shipped?",
        "Tell me about LLM Arcade.",
        "What does he write about?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ]
    },
    {
      "id": "availability-and-contact",
      "name": "Availability and contact",
      "description": "Report what Jeff is currently open to and how to reach him.",
      "tags": [
        "contact",
        "hiring",
        "teaching"
      ],
      "examples": [
        "Is Jeff available for work?",
        "How do I contact him about lessons?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}
