← All plugins
developer-growth-analysis
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and sends a personalized growth report.
Claude Code1 skill
by Composio1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is developer-growth-analysis/ inside the repository.
Layout
developer-growth-analysis/
├── .claude-plugin/plugin.json└── skills/developer-growth-analysis/SKILL.md
Skills1
developer-growth-analysisskills/developer-growth-analysis/SKILL.md
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.
Manifests1
developer-growth-analysis/.claude-plugin/plugin.json
{
"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 sends a personalized growth report.",
"author": {
"name": "Composio",
"email": "support@composio.dev"
}
}