From 0bc1c6f51e0f3bec551f5b9fa7601772136d4d68 Mon Sep 17 00:00:00 2001 From: Prathit-tech Date: Mon, 10 Nov 2025 21:51:00 +0530 Subject: [PATCH] feat: add developer growth analysis skill to marketplace for personalized coding feedback --- .claude-plugin/marketplace.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fb7a0bc..841336a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -98,6 +98,12 @@ "source": "./changelog-generator", "category": "development" }, + { + "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" + }, { "name": "mcp-builder", "description": "Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript.",