{
  "entry": {
    "kind": "skill",
    "slug": "ask-matt",
    "name": "Ask Matt",
    "vendor": "mattpocock",
    "description": "A router skill: it reads the user's situation and points them at the skill that actually fits, instead of every skill competing to be invoked for every prompt.\n\nIt declares no capabilities — it only decides what to call next — which makes it one of the zero-risk entries in the catalog. The pattern is more interesting than the skill: as skill libraries grow into the hundreds, selection becomes the bottleneck, and an explicit router is a more legible answer than hoping description-matching picks correctly.",
    "website": "https://github.com/mattpocock",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [],
    "packaging": null,
    "configFiles": null,
    "category": "productivity",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}