feat: add developer growth analysis skill to marketplace for personalized coding feedback
This commit is contained in:
parent
3a887c7b8d
commit
0bc1c6f51e
1 changed files with 6 additions and 0 deletions
|
|
@ -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.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue