developer-growth-analysis

Analyze Claude Code chat history and deliver a growth report via Slack DMs.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/quany/skills --skill developer-growth-analysis-quany
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-growth-analysis
Source: https://github.com/quany/skills/tree/main/developer-growth-analysis
Command: npx skills add https://github.com/quany/skills --skill developer-growth-analysis-quany

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes your Claude Code chat history to identify coding patterns, development gaps, and areas for growth. It curates relevant learning resources from HackerNews and automatically delivers a personalized growth report to your Slack direct messages.

Core Features & Use Cases

  • Chat history analysis: Reads Claude Code chats from the past 24-48 hours to understand what you’ve been working on.
  • Pattern detection & gap identification: Identifies common challenges, technologies used, and recurring problem types.
  • Personalized report delivery: Generates a growth report and sends it to your Slack DMs.
  • Learning resource curation: Retrieves high-quality HackerNews articles related to your improvement areas.

Quick Start

Analyze my developer growth from my recent chats

Frequently Asked Questions about developer-growth-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze my Claude Code chat history for developer growth?

Analyzing Claude Code chat history involves filtering recent chats from ~/.claude/history.jsonl to extract project technologies, identify coding patterns, and generate a personalized growth report.

Can I get personalized developer learning resources from HackerNews?

You can retrieve personalized developer learning resources from HackerNews. The Skill curates high-quality articles specifically related to the development gaps and improvement areas found in your recent chats.

Does the developer growth analysis report support delivery via Slack DMs?

Developer growth analysis supports delivery via Slack DMs. After identifying your coding patterns and curating learning resources, the personalized growth report is automatically sent directly to your Slack direct messages.

What time range of chat history is used for identifying coding patterns?

The time range used for identifying coding patterns covers your Claude Code chats from the past 24 to 48 hours. This ensures the growth analysis reflects your most recent development activities and immediate technical challenges.

Do I need a specific file format to extract projects and technologies from my chats?

You need the JSONL file format to extract projects and technologies from your chats. The Skill specifically reads and filters your local Claude Code history data stored in the ~/.claude/history.jsonl file.