From 8463dbbbcbf35786ba7e7c2022d4e7f8f26950f3 Mon Sep 17 00:00:00 2001 From: Prathit-tech Date: Mon, 10 Nov 2025 22:36:37 +0530 Subject: [PATCH] fix: remove duplicate developer-growth-analysis entry from marketplace --- .claude-plugin/marketplace.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f93a667..841336a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -169,12 +169,6 @@ "description": "Skills for working with Excel spreadsheets including creation, editing, formulas, and data manipulation.", "source": "./document-skills/xlsx", "category": "productivity-organization" - }, - { - "name": "developer-growth-analysis", - "description": "Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.", - "source": "./developer-growth-analysis", - "category": "development" } ] }