feat: add developer growth analysis skill to marketplace for personalized coding feedback

This commit is contained in:
Prathit-tech
2025-11-10 21:51:00 +05:30
parent 3a887c7b8d
commit 0bc1c6f51e

View File

@@ -98,6 +98,12 @@
"source": "./changelog-generator", "source": "./changelog-generator",
"category": "development" "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", "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.", "description": "Guides creation of high-quality MCP (Model Context Protocol) servers for integrating external APIs and services with LLMs using Python or TypeScript.",