{
  "protocolVersion": "0.3.0",
  "name": "Charis Nikolaidis Portfolio Agent",
  "description": "Answers questions about the engineering work of Charis Nikolaidis, software engineer and architect in Athens, Greece. Retrieval over his published case studies: architecture decisions, tradeoffs, domain expertise in maritime supply chain and marine catering, and infrastructure practice.",
  "url": "https://charisnikolaidis.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://charisnikolaidis.com/llms.txt",
  "iconUrl": "https://charisnikolaidis.com/images/logo.png",
  "provider": {
    "organization": "Charis Nikolaidis",
    "url": "https://charisnikolaidis.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "get_profile",
      "name": "Describe the engineer",
      "description": "Return the full professional profile: role, location, domain expertise, architectural approach, infrastructure practice, experience and education.",
      "tags": [
        "profile",
        "cv",
        "hiring",
        "background"
      ],
      "examples": [
        "Who is Charis Nikolaidis?",
        "Summarise his background",
        "What is his domain expertise?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "describe_project",
      "name": "Describe a project",
      "description": "Return the full case study for a named project: the problem, the key decisions and tradeoffs, what is inside, infrastructure, and scale and failure modes.",
      "tags": [
        "projects",
        "architecture",
        "case-study"
      ],
      "examples": [
        "Tell me about the maritime supply chain platform",
        "How does the marine catering system handle victualling rates and cost per man-day?",
        "Explain Get Paid On Time"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "answer_about_experience",
      "name": "Match experience to a technology or problem",
      "description": "Search every case study for a technology, pattern or domain problem and return the projects that demonstrate it, with the relevant excerpt.",
      "tags": [
        "search",
        "skills",
        "technology",
        "matching"
      ],
      "examples": [
        "Has he worked with Celery?",
        "Show me distributed transaction handling",
        "Any experience with Azure Bicep?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}