Developer Growth Analysis

Reads your Claude Code history, names your skill gaps, DMs a report to Slack

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ddb1936

Task: ran a growth analysis on a synthetic history of 11 replicas (TS errors, undefined crashes, slow SQL, flakes); the 4024 real user .jsonl files were not touched. A baseline run produced a coherent but generic text: 5 general tips and zero quotes from the history. The skill-based run was much stronger: 9 replicas with timestamps as proof, a causal link "at 09:14 requested cast as string → at 11:02 a TypeError ... reading 'email' arrived", plus prioritization, time estimates, and 4 dated action items. But the sixth step, "automatically sends to your Slack DMs" from the description, was not executable: the environment had no Slack tool, and the SKILL.md file (81 lines) contained no history path, MCP name, or setup instructions. Delivery actually required a separate connect-apps plugin and a Composio key, mentioned only in the repository's README. The "high-quality curated articles" promise was also overstated: a live query to hn.algolia.com for "typescript type narrowing" returned a 2-point top story. The skill read chat history and sent a report externally without confirmation via a third-party hosted MCP—not exfiltration (recipient is the user's own DM, user-initiated), but worth knowing.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 7/10
  • Docs & honesty 2/5

What Developer Growth Analysis does

Analyzes recent Claude Code chat history to surface recurring coding patterns and skill gaps, then builds a prioritized growth report with evidence, action items and HackerNews reading. Triggers when you ask what your weak spots are or want your recent sessions reviewed.

How to install Developer Growth Analysis

git clone https://github.com/composio-community/awesome-claude-plugins.git
mkdir -p ~/.claude/skills
cd awesome-claude-plugins && cp -r developer-growth-analysis/skills/developer-growth-analysis ~/.claude/skills/developer-growth-analysis

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Developer Growth Analysis

  • /developer-growth-analysis Reads your Claude Code history, names your skill gaps, DMs a report to Slack

It also activates on plain-language prompts like these:

  • Look at my recent Claude Code sessions and tell me my recurring mistakes
  • What coding patterns keep tripping me up in my last few chat sessions
  • Build me a prioritized growth report from my last two days of sessions

Frequently asked questions

Is the Developer Growth Analysis skill free?
Yes. The skill itself is free from composio-community/awesome-claude-plugins. SkillProof publishes the install command and an independent test verdict at no cost.
Does Developer Growth Analysis work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Task: ran a growth analysis on a synthetic history of 11 replicas (TS errors, undefined crashes, slow SQL, flakes); the 4024 real user .jsonl files were not touched. A baseline run produced a coherent but generic text: 5 general tips and zero quotes from the history. The skill-based run was much stronger: 9 replicas with timestamps as proof, a causal link "at 09:14 requested cast as string → at 11:02 a TypeError ... reading 'email' arrived", plus prioritization, time estimates, and 4 dated action items. But the sixth step, "automatically sends to your Slack DMs" from the description, was not executable: the environment had no Slack tool, and the SKILL.md file (81 lines) contained no history path, MCP name, or setup instructions. Delivery actually required a separate connect-apps plugin and a Composio key, mentioned only in the repository's README. The "high-quality curated articles" promise was also overstated: a live query to hn.algolia.com for "typescript type narrowing" returned a 2-point top story. The skill read chat history and sent a report externally without confirmation via a third-party hosted MCP—not exfiltration (recipient is the user's own DM, user-initiated), but worth knowing.
What is the Developer Growth Analysis SkillProof Score?
7.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 2/5.
How do I install Developer Growth Analysis?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Developer Growth Analysis with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.