mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
Publish the launcher setup diagnostics hotfix and refresh generated provider version metadata. AI-assisted by Codex.
34 lines
942 B
JSON
34 lines
942 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "impeccable",
|
|
"metadata": {
|
|
"description": "Design fluency for AI harnesses. 1 skill, 23 commands, and curated anti-patterns for impeccable frontend design."
|
|
},
|
|
"owner": {
|
|
"name": "Paul Bakaus",
|
|
"email": "paul@paulbakaus.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "impeccable",
|
|
"description": "Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.",
|
|
"version": "4.3.1",
|
|
"author": {
|
|
"name": "Paul Bakaus",
|
|
"email": "paul@paulbakaus.com"
|
|
},
|
|
"source": "./plugin",
|
|
"category": "design",
|
|
"homepage": "https://impeccable.style",
|
|
"tags": [
|
|
"design",
|
|
"frontend",
|
|
"ui",
|
|
"ux",
|
|
"skills",
|
|
"commands"
|
|
]
|
|
}
|
|
]
|
|
}
|