Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计异常

developer-growth-analysis开发者成长分析

Agent Skill

developer-growth-analysis 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

541

周安装

23

GitHub Stars

7

下载量

190
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:developer-growth-analysis(开发者成长分析)
来源仓库:https://github.com/jst-well-dan/skill-box
仓库路径:skills/developer-growth-analysis
安装命令:
npx skills add https://github.com/jst-well-dan/skill-box --skill developer-growth-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/jst-well-dan/skill-box --skill developer-growth-analysis

简介

developer-growth-analysis 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围和维护状态,注意是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Developer 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
  • Track improvement areas across your recent projects
  • Get actionable recommendations for professional growth

This skill is ideal for developers who want structured feedback on their growth without waiting for code reviews, and who prefer data-driven insights from their own work history.

What This Skill Does

This skill performs a four-step analysis of your development work:

  1. Reads Your Chat History: Accesses your local Claude Code chat history from the past 24-48 hours to understand what you've been working on.
  2. Identifies Development Patterns: Analyzes the types of problems you're solving, technologies you're using, challenges you encounter, and how you approach different kinds of tasks.
  3. Detects Improvement Areas: Recognizes patterns that suggest skill gaps, repeated struggles, inefficient approaches, or areas where you might benefit from deeper knowledge.
  4. Generates a Personalized Report: Creates a comprehensive report showing your work summary, identified improvement areas, specific recommendations for growth, and prioritized action items.

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

The skill will generate a formatted report with:

  • Overview of your recent work
  • Key improvement areas identified
  • Specific recommendations for each area
  • Prioritized action items to focus on
  • Suggested keywords for finding learning resources

Instructions

When a user requests analysis of their developer growth or coding patterns from recent work:

  1. Access Chat History Read the chat history from ~/.claude/history.jsonl. This file is a JSONL format where each line contains: Filter for entries from the past 24-48 hours based on the current timestamp.

- display: The user's message/request - project: The project being worked on - timestamp: Unix timestamp (in milliseconds) - pastedContents: Any code or content pasted

  1. Analyze Work Patterns Extract and analyze the following from the filtered chats:

- Projects and Domains: What types of projects was the user working on? (e.g., backend, frontend, DevOps, data, etc.) - Technologies Used: What languages, frameworks, and tools appear in the conversations? - Problem Types: What categories of problems are being solved? (e.g., performance optimization, debugging, feature implementation, refactoring, setup/configuration) - Challenges Encountered: What problems did the user struggle with? Look for: - Repeated questions about similar topics - Problems that took multiple attempts to solve - Questions indicating knowledge gaps - Complex architectural decisions - Approach Patterns: How does the user solve problems? (e.g., methodical, exploratory, experimental)

  1. Identify Improvement Areas Based on the analysis, identify 3-5 specific areas where the user could improve. These should be: Examples of good improvement areas:

- Specific (not vague like "improve coding skills") - Evidence-based (grounded in actual chat history) - Actionable (practical improvements that can be made) - Prioritized (most impactful first) - "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"

  1. Generate Report Create a comprehensive report with this structure: # Your Developer Growth Report **Report Period**: [Yesterday / Today / [Custom Date Range]] **Last Updated**: [Current Date and Time] ## Work Summary [2-3 paragraphs summarizing what the user worked on, projects touched, technologies used, and overall focus areas] Example: "Over the past 24 hours, you focused primarily on backend development with three distinct projects. Your work involved TypeScript, React, and deployment infrastructure. You tackled a mix of feature implementation, debugging, and architectural decisions, with a particular focus on API design and database optimization." ## Improvement Areas (Prioritized) ### 1. [Area Name] **Why This Matters**: [Explanation of why this skill is important for the user's work] **What I Observed**: [Specific evidence from chat history showing this gap] **Recommendation**: [Concrete step(s) to improve in this area] **Time to Skill Up**: [Brief estimate of effort required] **Search Keywords**: [Suggested search terms for finding learning resources] --- [Repeat for 2-4 additional areas] ## Strengths Observed [2-3 bullet points highlighting things you're doing well - things to continue doing] ## Action Items Priority order: 1. [Action item derived from highest priority improvement area] 2. [Action item from next area] 3. [Action item from next area] ## Recommended Learning Focus Based on your improvement areas, here are search keywords you can use to find relevant resources: - [Improvement Area 1]: "[search terms]" - [Improvement Area 2]: "[search terms]" - [Improvement Area 3]: "[search terms]" These terms can be used in HackerNews, dev.to, Medium, or your preferred learning platforms.
  2. Present the Complete Report Deliver the report in a clean, readable format that the user can:

- Quickly scan for key takeaways - Use for focused learning planning - Reference over the next week as they work on improvements - Share with mentors if they want external feedback - Use the search keywords to find their own learning resources

Example Usage

Input

Analyze my developer growth from my recent chats

Output

# Your Developer Growth Report

**Report Period**: November 9-10, 2024
**Last Updated**: November 10, 2024, 9:15 PM UTC

## Work Summary

Over the past two days, you focused on backend infrastructure and API development. Your primary project was an open-source showcase application, where you made significant progress on connections management, UI improvements, and deployment configuration. You worked with TypeScript, React, and Node.js, tackling challenges ranging from data security to responsive design. Your work shows a balance between implementing features and addressing technical debt.

## Improvement Areas (Prioritized)

### 1. Advanced TypeScript Patterns and Type Safety

**Why This Matters**: TypeScript is central to your work, but leveraging its advanced features (generics, utility types, conditional types, type guards) can significantly improve code reliability and reduce runtime errors. Better type safety catches bugs at compile time rather than in production.

**What I Observed**: In your recent chats, you were working with connection data structures and struggled a few times with typing auth configurations properly. You also had to iterate on union types for different connection states. There's an opportunity to use discriminated unions and type guards more effectively.

**Recommendation**: Study TypeScript's advanced type system, particularly utility types (Omit, Pick, Record), conditional types, and discriminated unions. Apply these patterns to your connection configuration handling and auth state management.

**Time to Skill Up**: 5-8 hours of focused learning and practice

**Search Keywords**: "TypeScript discriminated unions", "TypeScript utility types advanced", "type guards TypeScript best practices"

### 2. Secure Data Handling and Information Hiding in UI

**Why This Matters**: You identified and fixed a security concern where sensitive connection data was being displayed in your console. Preventing information leakage is critical for applications handling user credentials and API keys. Good practices here prevent security incidents and user trust violations.

**What I Observed**: You caught that your "Your Apps" page was showing full connection data including auth configs. This shows good security instincts, and the next step is building this into your default thinking when handling sensitive information.

**Recommendation**: Review security best practices for handling sensitive data in frontend applications. Create reusable patterns for filtering/masking sensitive information before displaying it. Consider implementing a secure data layer that explicitly whitelist what can be shown in the UI.

**Time to Skill Up**: 3-4 hours

**Search Keywords**: "frontend security sensitive data handling", "preventing information leakage web apps", "secure credential management frontend"

### 3. Component Architecture and Responsive UI Patterns

**Why This Matters**: You're designing UIs that need to work across different screen sizes and user interactions. Strong component architecture makes it easier to build complex UIs without bugs and improves maintainability.

**What I Observed**: You worked on the "Marketplace" UI (formerly Browse Tools), recreating it from a design image. You also identified and fixed scrolling issues where content was overflowing containers. There's an opportunity to strengthen your understanding of layout containment and responsive design patterns.

**Recommendation**: Study React component composition patterns and CSS layout best practices (especially flexbox and grid). Focus on container queries and responsive patterns that prevent overflow issues. Look into component composition libraries and design system approaches.

**Time to Skill Up**: 6-10 hours (depending on depth)

**Search Keywords**: "React component composition patterns", "CSS flexbox grid responsive design", "preventing overflow CSS container queries"

## Strengths Observed

- **Security Awareness**: You proactively identified data leakage issues before they became problems
- **Iterative Refinement**: You worked through UI requirements methodically, asking clarifying questions and improving designs
- **Full-Stack Capability**: You comfortably work across backend APIs, frontend UI, and deployment concerns
- **Problem-Solving Approach**: You break down complex tasks into manageable steps

## Action Items

Priority order:
1. Spend 1-2 hours learning TypeScript utility types and discriminated unions; apply to your connection data structures
2. Document security patterns for your project (what data is safe to display, filtering/masking functions)
3. Study one article on advanced React patterns and apply one pattern to your current UI work
4. Set up a code review checklist focused on type safety and data security for future PRs

## Recommended Learning Focus

Based on your improvement areas, here are search keywords you can use to find relevant resources:
- **Advanced TypeScript**: "TypeScript discriminated unions tutorial", "utility types deep dive", "type guards best practices"
- **Security**: "frontend security checklist", "secure data handling React", "OWASP frontend security"
- **Component Architecture**: "React composition patterns 2024", "advanced CSS layout techniques", "design system architecture"

These terms can be used in HackerNews, dev.to, Medium, or your preferred learning platforms.

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 before moving to the next
  • Use the provided search keywords to find resources on platforms like HackerNews, dev.to, Medium, or technical blogs
  • Revisit this report after focusing on an area for a week to see how your work patterns change
  • Save the reports to track your progress and see how your skills evolve over time

How Accuracy and Quality Are Maintained

This skill:

  • Analyzes your actual work patterns from timestamped chat history
  • Generates evidence-based recommendations grounded in real projects
  • Provides search keywords to help you find relevant learning resources
  • Focuses on actionable improvements, not vague feedback
  • Provides specific time estimates based on complexity
  • Prioritizes areas that will have the most impact on your development velocity

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.44%
按下载量换算60

OpenCode

22.78%
按下载量换算43

Antigravity

17.89%
按下载量换算34

Codex

14.52%
按下载量换算28

windsurf

7.84%
按下载量换算15

Gemini CLI

3.41%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills