feat: add developer growth analysis skill to marketplace for personalized coding insights
This commit is contained in:
parent
0bc1c6f51e
commit
25e28aeffa
1 changed files with 6 additions and 0 deletions
|
|
@ -169,6 +169,12 @@
|
||||||
"description": "Skills for working with Excel spreadsheets including creation, editing, formulas, and data manipulation.",
|
"description": "Skills for working with Excel spreadsheets including creation, editing, formulas, and data manipulation.",
|
||||||
"source": "./document-skills/xlsx",
|
"source": "./document-skills/xlsx",
|
||||||
"category": "productivity-organization"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue