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:
Paul Bakaus
2026-01-09 14:35:22 -08:00
co-authored by Claude Opus 4.5
parent 0cfe0c19d2
commit b5a63501c5
+4 -2
View File
@@ -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"]