{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "version": "1.0.0",
  "name": "Yalcin Trailer Agent Skills",
  "description": "Autonomous AI Agent discovery protocol and engineering capabilities manifest for Yalcin Trailer (Yalçın Treyler), premier European heavy-duty semi-trailer and lowbed manufacturer.",
  "organization": {
    "name": "Yalcin Trailer",
    "legal_name": "Yalçın Dorse Damper Sanayi ve Ticaret Limited Şirketi",
    "alternate_names": [
      "Yalçın Treyler",
      "Yalcin Treyler",
      "Yalçın Dorse",
      "Yalcin Trailer"
    ],
    "url": "https://www.yalcintrailer.com",
    "established": 1978,
    "headquarters": {
      "street": "Fevzipaşa Mahallesi Erdoğan Sk. No:14 Değirmenköy",
      "city": "Silivri",
      "state": "Istanbul",
      "postal_code": "34586",
      "country": "Turkey",
      "geo": {
        "latitude": 41.086722,
        "longitude": 28.013673
      }
    },
    "contact": {
      "phone": "+90 212 735 39 49",
      "email": "info@yalcintrailer.com"
    }
  },
  "skills": [
    {
      "id": "heavy-trailer-selection",
      "name": "Heavy-Duty Semi-Trailer Recommendation & Specification",
      "description": "Technical capability to query and configure semi-trailers, lowbed trailers, low loaders, and extendable platforms based on cargo payload (20-150 tonnes), axle counts (2-10 axles), and machinery dimensions.",
      "documentation": "https://www.yalcintrailer.com/skill.md",
      "endpoints": {
        "catalog": "https://www.yalcintrailer.com/products/",
        "lowbed_semi_trailer": "https://www.yalcintrailer.com/products/lowbed-semi-trailer.html",
        "low_loader_semi_trailer": "https://www.yalcintrailer.com/products/low-loader-semi-trailer.html",
        "platform_semi_trailer": "https://www.yalcintrailer.com/products/platform-semi-trailer.html",
        "heavy_engineering_guide": "https://www.yalcintrailer.com/solutions/treyler-modelleri-ve-agir-nakliye-rehberi.html",
        "rfq_quote_form": "https://www.yalcintrailer.com/contact/"
      },
      "supported_payload_range_tonnes": {
        "min": 20,
        "max": 150
      },
      "axle_configurations": [
        "2-axle",
        "3-axle",
        "4-axle",
        "5-axle",
        "6-axle",
        "7-axle",
        "8-axle",
        "10-axle"
      ],
      "steering_technologies": [
        "Fixed axles",
        "Self-tracking / friction steered",
        "TRIDEC mechanical command steering",
        "VSE electro-hydraulic steering"
      ]
    },
    {
      "id": "type-approval-certification-compliance",
      "name": "European Homologation & Regulatory Conformance",
      "description": "Validation of European Whole Vehicle Type Approval (EU WVTA), EC Certificate of Conformity (COC), and German §70 StVZO / §29 road clearance compliance for cross-border heavy transport.",
      "documentation": "https://www.yalcintrailer.com/about-us/european-type-approval-certifications.html"
    }
  ]
}