mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
Fix marketplace.json validation errors
- Change source from "." to "./" (schema requires trailing slash) - Move description to metadata.description (correct schema location) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
0cfe0c19d2
commit
b5a63501c5
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
||||
"name": "impeccable",
|
||||
"description": "Design fluency for AI coding tools. 1 skill, 17 commands, and curated anti-patterns for impeccable frontend design.",
|
||||
"metadata": {
|
||||
"description": "Design fluency for AI coding tools. 1 skill, 17 commands, and curated anti-patterns for impeccable frontend design."
|
||||
},
|
||||
"owner": {
|
||||
"name": "Paul Bakaus",
|
||||
"email": "paul@paulbakaus.com"
|
||||
@@ -15,7 +17,7 @@
|
||||
"name": "Paul Bakaus",
|
||||
"email": "paul@paulbakaus.com"
|
||||
},
|
||||
"source": ".",
|
||||
"source": "./",
|
||||
"category": "design",
|
||||
"homepage": "https://impeccable.style",
|
||||
"tags": ["design", "frontend", "ui", "ux", "skills", "commands"]
|
||||
|
||||
Reference in New Issue
Block a user