{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "version": "0.2.0",
  "publisher": {
    "name": "Precision Mining & Civil Training",
    "url": "https://pmct.com.au",
    "contact": "lyssa@pmct.com.au"
  },
  "skills": [
    {
      "name": "pmct-site-overview",
      "type": "context",
      "description": "Agent-friendly markdown overview of the PMCT site, services, locations and primary entry points.",
      "url": "https://pmct.com.au/llms.txt",
      "mimeType": "text/markdown",
      "sha256": "pending-publish"
    },
    {
      "name": "pmct-api-catalog",
      "type": "discovery",
      "description": "RFC 9727 linkset describing all public PMCT endpoints, OpenAPI spec, and OAuth metadata.",
      "url": "https://pmct.com.au/.well-known/api-catalog",
      "mimeType": "application/linkset+json",
      "sha256": "pending-publish"
    },
    {
      "name": "pmct-openapi",
      "type": "openapi",
      "description": "OpenAPI 3.1 specification of the public PMCT API surface (sitemap, llms.txt, markdown gateway).",
      "url": "https://pmct.com.au/.well-known/openapi.json",
      "mimeType": "application/openapi+json",
      "sha256": "pending-publish"
    },
    {
      "name": "pmct-markdown-gateway",
      "type": "tool",
      "description": "HTTP gateway that returns any pmct.com.au URL as agent-friendly markdown. Call with ?url=<path>.",
      "url": "https://mhubroegbartirynadye.supabase.co/functions/v1/markdown",
      "mimeType": "text/markdown",
      "sha256": "pending-publish"
    }
  ]
}