{
  "protocolVersion": "0.3.0",
  "name": "Shipshape Data",
  "description": "Agent for Shipshape Data, a London AI consultancy that builds the data foundation first. Answers questions about data and AI from the site's 169-guide library, describes the services and case studies with real outcomes, and explains the AI readiness assessment. Read-only and stateless: replies are direct messages, no long-running tasks.",
  "url": "https://shipshapedata.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Shipshape Data",
    "url": "https://shipshapedata.com/"
  },
  "documentationUrl": "https://shipshapedata.com/developers/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "answer-data-ai-question",
      "name": "Answer a data or AI question",
      "description": "Answers questions about data engineering, AI delivery, governance, and readiness from Shipshape Data's library of 169 practical guides, with source links.",
      "tags": ["data", "ai", "documentation", "search"],
      "examples": ["What is data lineage?", "How does a lakehouse differ from a warehouse?", "What should we fix before starting an AI project?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "describe-shipshape-data",
      "name": "Describe Shipshape Data",
      "description": "Explains what Shipshape Data does, the services, the delivered case studies with real outcomes, and how to make contact.",
      "tags": ["consultancy", "services", "case-studies"],
      "examples": ["What does Shipshape Data do?", "Who has Shipshape Data worked with?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
