fix: resolve marketplace.json schema validation errors

- Remove unrecognized keys (skills_count, scripts_count) from c-level-skills
- Fix Marketing Division entry: rename to kebab-case, replace slug/path with
  proper name/source fields, add required author/keywords

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-03-06 08:21:50 +01:00
parent 76364e0bd7
commit 09bc0f10b4

View File

@@ -96,9 +96,7 @@
"strategy",
"leadership"
],
"category": "leadership",
"skills_count": 28,
"scripts_count": 25
"category": "leadership"
},
{
"name": "pm-skills",
@@ -325,12 +323,21 @@
]
},
{
"slug": "marketing-skills",
"name": "Marketing Division",
"name": "marketing-skills",
"source": "./marketing-skill",
"version": "2.0.0",
"description": "42-skill marketing division: 7 pods (Content, SEO, CRO, Channels, Growth, Intelligence, Sales) + context foundation + orchestration router. 27 Python tools, 60 reference docs. All stdlib-only.",
"path": "marketing-skill/",
"skills_count": 42,
"author": {
"name": "Alireza Rezvani"
},
"keywords": [
"marketing",
"content",
"seo",
"cro",
"growth",
"sales"
],
"category": "marketing"
}
],