fix(plugin): update marketplace.json with correct counts and missing domains

- Update skill count from 48 to 53
- Add missing business-growth (3 skills) and finance (1 skill) category plugins
- Fix marketing skills count from 5 to 6 (add campaign analytics)
- Add metadata.description block to pass plugin validator cleanly

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-02-10 13:54:12 +01:00
parent 4ac27914a7
commit 114fd94196

View File

@@ -4,14 +4,18 @@
"name": "Alireza Rezvani", "name": "Alireza Rezvani",
"url": "https://alirezarezvani.com" "url": "https://alirezarezvani.com"
}, },
"description": "Production-ready skill packages for Claude AI - 48 expert skills across marketing, engineering, product, C-level advisory, project management, and regulatory compliance", "description": "Production-ready skill packages for Claude AI - 53 expert skills across marketing, engineering, product, C-level advisory, project management, regulatory compliance, business growth, and finance",
"homepage": "https://github.com/alirezarezvani/claude-skills", "homepage": "https://github.com/alirezarezvani/claude-skills",
"repository": "https://github.com/alirezarezvani/claude-skills", "repository": "https://github.com/alirezarezvani/claude-skills",
"metadata": {
"description": "53 production-ready skill packages across 8 domains: marketing, engineering, product, C-level advisory, project management, regulatory compliance, business growth, and finance",
"version": "1.0.0"
},
"plugins": [ "plugins": [
{ {
"name": "marketing-skills", "name": "marketing-skills",
"source": "./marketing-skill", "source": "./marketing-skill",
"description": "5 marketing skills: content creator, demand generation, product marketing, ASO, social media analytics", "description": "6 marketing skills: content creator, demand generation, product marketing, ASO, social media analytics, campaign analytics",
"version": "1.0.0", "version": "1.0.0",
"author": { "author": {
"name": "Alireza Rezvani" "name": "Alireza Rezvani"
@@ -74,6 +78,28 @@
"keywords": ["regulatory", "quality", "compliance", "iso-13485", "mdr", "fda", "gdpr", "medtech"], "keywords": ["regulatory", "quality", "compliance", "iso-13485", "mdr", "fda", "gdpr", "medtech"],
"category": "compliance" "category": "compliance"
}, },
{
"name": "business-growth-skills",
"source": "./business-growth",
"description": "3 business & growth skills: customer success manager, sales engineer, revenue operations",
"version": "1.0.0",
"author": {
"name": "Alireza Rezvani"
},
"keywords": ["customer-success", "sales-engineering", "revenue-operations", "business-growth"],
"category": "business-growth"
},
{
"name": "finance-skills",
"source": "./finance",
"description": "1 finance skill: financial analyst with ratio analysis, DCF valuation, budgeting, and forecasting",
"version": "1.0.0",
"author": {
"name": "Alireza Rezvani"
},
"keywords": ["finance", "dcf", "valuation", "budgeting", "forecasting"],
"category": "finance"
},
{ {
"name": "content-creator", "name": "content-creator",
"source": "./marketing-skill/content-creator", "source": "./marketing-skill/content-creator",