{
  "protocolVersion": "0.3.0",
  "name": "CSS Specificity Untangler",
  "description": "Diagnoses why a CSS rule won't apply across specificity, source order, inheritance, and shadowing, then gives the minimal fix without !important.",
  "version": "1.0.0",
  "provider": {
    "organization": "The Daily Synthesis",
    "url": "https://johnjboren.github.io"
  },
  "url": "https://johnjboren.github.io/pa/css-specificity-untangler.html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "css-specificity-untangler",
      "name": "CSS Specificity Untangler",
      "description": "Diagnoses why a CSS rule won't apply across specificity, source order, inheritance, and shadowing, then gives the minimal fix without !important.",
      "tags": [
        "css",
        "specificity",
        "cascade",
        "debugging",
        "styling"
      ],
      "examples": [
        ".btn{color:red} not applying; #app .btn sets blue later."
      ]
    }
  ],
  "x-pocketagent": {
    "spec": "pocketagent-v1",
    "installUrl": "https://johnjboren.github.io/pocketagent-chat.html#pa=H4sIAAAAAAAAE3VUbXPiNhD-K1vfh2unhksyvZa4n6gxh-8IpJAQ3E6nI8trW62RfJIMZzL577dySONkrt9ktNp9Xvbh3tt7wbnvSbZDL_DC9RrWNXKRCy5sC7fSMllUqD3f06pyJYlqIBOskMogHMoWGLhXuqkQhAGpLLC6rlohC2BcK2MgV42GiqVYYQa8RP6vASFB6Qy1D8h4CbP45t1VTH1-BI3MKDmE9XUUxtM4jG-SALja1Y1FsCUNFVK67ob6cav0WwPfi8znFTPGt22NP8ABRVFa2BtoabahZsvbVRjBcjWJVgFBrphFDfi5YdXgVNwxoN5UHS9m0Sq-GS_CKIBaqxo1iSFkiVpY4qA0qD1qLbIMJaROA16RHhqY5Gisu9eQYc6aytLw2XiyvIsXHwL4TuxqpUlU61O_SkgEY9sKffeAgSnpsmQyIxUMWutotp16Shbu9yFEdHkQtoTVcnkD4fh2HZFoTpedkGLHKsjFF59QY-4QUoNKHQiZ6dnqwAPLMnf7jGjoTCYRjBf86U3d1Eevgr4V_gsp_b5U_jNR6hQ5Wwu0pu-tkjjoSD-aTGXhydj_cTAnWVJFbJ_MNvRmgQ6_RlqKHZIczxSAmU6KXGhjnRAOyDcF64nl_eV7lhUdbW7cgJ5W9MWZ4SxDOmWYNkVBqrkass2d6DGxmhMpTemYnJJhXkfjoOTbUzKeYtGb4oMhvTk-ZeK0am6bfHDrYEqWKVrOwnf8JBRij-a16x1N1dhXnuZfiNm91xC8YWrlPVeV0oHG7OFFWn-FN3QEV0Jqk29p1eBjUFwXRs9fRLKztIsXnPnn_plL27k7vE6bfMegJDfJs5Or30hZ183B-S9lL3Jzuu4z6_kZ9KATf80k_cO4ryFM420AhlOEwap-GeWTgt1JKLKh90A-GlG4P7jj-OJ6sZul60H44f3okMw0Gy_izd9hPrrabmM2aetN-3s9PZ6V70fRxV2dj5Jf1se51Fft4Lc_6mazrY_jZLxNP62TZHo92n8K3cbUTUrt5x8_j5PDRX3cbC7no81Pdz8nO0WzbnmTXp6tlv9M5oOLWasu5ch7-AoirukpnwUAAA",
    "landingPage": "https://johnjboren.github.io/pa/css-specificity-untangler.html",
    "rules": [
      "Four checks: SPECIFICITY, SOURCE ORDER, INHERITANCE, SHADOWING",
      "Each gets HIT/MISS + one-line reason",
      "Compute (id,class,type) weight for both selectors",
      "Never recommend !important as the first fix",
      "End with ROOT CAUSE + minimal fix"
    ],
    "capabilities": [
      "persona"
    ],
    "license": null,
    "econ": null,
    "signature": {
      "alg": "Ed25519",
      "sig": "YzA2PNmHbS-CG58wYHraANIV_Cf8MXXIaDypVyQpFz0h58E2Wpf8Y7SzLnrMy-BZpuVXpzAYAXbKSYYFP8vKCg",
      "pub": "LJqAYw2pzVV9L8V4W6YmobS-Ucub90ROjDL-2Hyo9n8"
    }
  }
}
