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, 18 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 vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.",
15      "version": "2.1.1",
16      "author": {
17        "name": "Paul Bakaus",
18        "email": "paul@paulbakaus.com"
19      },
20      "source": "./",
21      "category": "design",
22      "homepage": "https://impeccable.style",
23      "tags": ["design", "frontend", "ui", "ux", "skills", "commands"]
24    }
25  ]
26}