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.",