developer-growth-analysis
Scannednpx machina-cli add skill ComposioHQ/awesome-claude-plugins/developer-growth-analysis --openclawDeveloper Growth Analysis
This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth.
When to Use This Skill
Use this skill when you want to:
- Understand your development patterns and habits from recent work
- Identify specific technical gaps or recurring challenges
- Discover which topics would benefit from deeper study
- Get curated learning resources tailored to your actual work patterns
- Track improvement areas across your recent projects
What This Skill Does
This skill performs a six-step analysis of your development work:
- Reads Your Chat History: Accesses your local Claude Code chat history from the past 24-48 hours
- Identifies Development Patterns: Analyzes the types of problems you're solving, technologies you're using, and challenges you encounter
- Detects Improvement Areas: Recognizes patterns that suggest skill gaps or areas where you might benefit from deeper knowledge
- Generates a Personalized Report: Creates a comprehensive report showing your work summary, identified improvement areas, and specific recommendations
- Finds Learning Resources: Curates high-quality articles and discussions directly relevant to your improvement areas
- Delivers the Report: Sends the complete report to your Slack DMs for easy reference
How to Use
Ask Claude to analyze your recent coding work:
Analyze my developer growth from my recent chats
Or be more specific about which time period:
Analyze my work from today and suggest areas for improvement
Report Structure
The skill generates a formatted report with:
Work Summary
2-3 paragraphs summarizing what you worked on, projects touched, technologies used, and overall focus areas.
Improvement Areas (Prioritized)
For each improvement area:
- Why This Matters: Explanation of why this skill is important
- What Was Observed: Specific evidence from chat history
- Recommendation: Concrete steps to improve
- Time to Skill Up: Brief estimate of effort required
Strengths Observed
Bullet points highlighting things you're doing well
Action Items
Priority-ordered list of actionable improvements
Learning Resources
Curated articles from HackerNews relevant to each improvement area
Example Improvement Areas
- "Advanced TypeScript patterns (generics, utility types, type guards) - you struggled with type safety in [specific project]"
- "Error handling and validation - I noticed you patched several bugs related to missing null checks"
- "Async/await patterns - your recent work shows some race conditions and timing issues"
- "Database query optimization - you rewrote the same query multiple times"
Tips and Best Practices
- Run this analysis once a week to track your improvement trajectory over time
- Pick one improvement area at a time and focus on it for a few days
- Use the learning resources as a study guide
- Revisit this report after focusing on an area to see how your work patterns change
- The learning resources are curated for your actual work, not generic topics
Source
git clone https://github.com/ComposioHQ/awesome-claude-plugins/blob/master/developer-growth-analysis/skills/developer-growth-analysis/SKILL.mdView on GitHub Overview
Analyzes your Claude Code chat history to reveal patterns, gaps, and growth opportunities. It curates HackerNews resources tailored to your actual work and delivers a personalized growth report to your Slack DMs.
How This Skill Works
The skill performs a six step analysis: reads your Claude Code chat history from the past 24-48 hours, identifies development patterns, and detects improvement areas. It then generates a personalized report, finds relevant learning resources from HackerNews, and delivers the complete report to your Slack DMs.
When to Use It
- Understand development patterns and habits from recent work
- Identify specific technical gaps or recurring challenges
- Discover topics that would benefit from deeper study
- Get curated learning resources tailored to your actual work patterns
- Track improvement areas across recent projects
Quick Start
- Step 1: Ask Claude to analyze your recent coding work
- Step 2: Optionally specify the time period you want to review (for example today or the past 24 hours)
- Step 3: Check your Slack DMs for the full growth report and learning resources
Best Practices
- Run this analysis once a week to track your improvement trajectory over time
- Pick one improvement area at a time and focus on it for a few days
- Use the learning resources as a study guide
- Revisit this report after focusing on an area to see how your work patterns change
- The learning resources are curated for your actual work, not generic topics
Example Use Cases
- Identified gaps in advanced TypeScript patterns and created a focused improvement plan
- Detected missing null checks and proposed validation improvements
- Highlighted async/await race conditions and recommended fixes
- Curated HackerNews articles aligned to improvement areas
- Delivered a Slack DM with a summarized work history and prioritized actions