marketplace.json

 1{
 2  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
 3  "name": "impeccable",
 4  "metadata": {
 5    "description": "Design fluency for AI harnesses. 1 skill, 23 commands, and curated anti-patterns for impeccable frontend design."
 6  },
 7  "owner": {
 8    "name": "Paul Bakaus",
 9    "email": "paul@paulbakaus.com"
10  },
11  "plugins": [
12    {
13      "name": "impeccable",
14      "description": "Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.",
15      "version": "3.1.1",
16      "author": {
17        "name": "Paul Bakaus",
18        "email": "paul@paulbakaus.com"
19      },
20      "source": "./plugin",
21      "category": "design",
22      "homepage": "https://impeccable.style",
23      "tags": ["design", "frontend", "ui", "ux", "skills", "commands"]
24    }
25  ]
26}