Developer Growth Analysis
Analyzes your recent Claude Code chat history to surface coding patterns and skill gaps, then delivers a personalized growth report with curated resources to Slack.
EducationBeginner★ 1,911⑂ 584AI score 8/10Last updated: Jul 26, 2026
What it does
- Reads your local Claude Code chat history from the past 24–48 hours and summarizes projects, technologies, and focus areas.
- Detects recurring patterns that reveal skill gaps (type safety, error handling, async/await, query optimization, etc.).
- Builds a report where each improvement area includes why it matters, observed evidence, a concrete recommendation, and a time-to-skill-up estimate.
- Highlights strengths and gives a priority-ordered action item list.
- Curates relevant HackerNews articles/discussions and sends the finished report to your Slack DMs.
Who it's for
- Developers who use Claude Code daily and want objective feedback on their growth
- Anyone preparing weekly retros or 1-on-1 talking points
- Junior/mid engineers unsure what to study next
Examples
- "Analyze my developer growth from my recent chats" → work summary + prioritized improvement report
- "Analyze my work from today and suggest areas for improvement" → daily retro report
- Run it every Friday to track how your weak spots shrink over time
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/HEAD/developer-growth-analysis/skills/developer-growth-analysis/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the developer-growth-analysis/skills/developer-growth-analysis folder from the GitHub repo composio-community/awesome-claude-plugins into my ~/.claude/skills/developer-growth-analysis/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/composio-community/awesome-claude-plugins.git && mkdir -p ~/.claude/skills && cp -r awesome-claude-plugins/developer-growth-analysis/skills/developer-growth-analysis ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/composio-community/awesome-claude-plugins.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r awesome-claude-plugins/developer-growth-analysis/skills/developer-growth-analysis ~/.claude/skills/ - (Optional) For Slack delivery, configure a Slack MCP server or integration in Claude Code first; without it the report is printed locally.
- Restart Claude Code and ask: "Analyze my developer growth from my recent chats."
- When the report arrives, pick a single improvement area and focus on it for a few days.