This one reads your Claude Code chat history from the past day or two, spots patterns in what you're struggling with, and generates a personalized report with specific improvement areas backed by actual evidence from your conversations. It then scrapes HackerNews for relevant articles and dumps everything into your Slack DMs. The appeal here is getting feedback without waiting for code review, and the analysis is pretty granular: it'll call out things like "you rewrote the same query three times" or "multiple null check bugs." Honestly most useful if you're working solo or want to track growth between formal reviews. The HackerNews curation is a nice touch since it ties learning resources directly to your real gaps.
npx skills add https://github.com/davila7/claude-code-templates --skill developer-growth-analysis