From 114fd941964fa855a4ea46384a504ebae8e2f1bb Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Tue, 10 Feb 2026 13:54:12 +0100 Subject: [PATCH] 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 --- .claude-plugin/marketplace.json | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 229b7e8..ac545b5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,14 +4,18 @@ "name": "Alireza Rezvani", "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", "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": [ { "name": "marketing-skills", "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", "author": { "name": "Alireza Rezvani" @@ -74,6 +78,28 @@ "keywords": ["regulatory", "quality", "compliance", "iso-13485", "mdr", "fda", "gdpr", "medtech"], "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", "source": "./marketing-skill/content-creator",