From 25e28aeffa341f4f765d40715c7a639a6cff5d6f Mon Sep 17 00:00:00 2001 From: Prathit-tech Date: Mon, 10 Nov 2025 22:32:48 +0530 Subject: [PATCH] feat: add developer growth analysis skill to marketplace for personalized coding insights --- .claude-plugin/marketplace.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 841336a..f93a667 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -169,6 +169,12 @@ "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" } ] }