Agent skill

engineer-expertise-extractor

Research and extract an engineer's coding style, patterns, and best practices from their GitHub contributions. Creates structured knowledge base for replicating their expertise.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill engineer-expertise-extractor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/analysis/engineer-expertise-extractor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Engineer Expertise Extractor Extract and document an engineer's coding expertise by analyzing their GitHub contributions, creating a structured knowledge base that captures their coding style, patterns, best practices, and architectural decisions. ## What This Skill Does Researches an engineer's work to create a "digital mentor" by: - **Analyzing Pull Requests** - Extract code patterns, review style, decisions - **Extracting Coding Style** - Document their preferences and conventions - **Identifying Patterns** - Common solutions and approaches they use - **Capturing Best Practices** - Their quality standards and guidelines - **Organizing Examples** - Real code samples from their work - **Documenting Decisions** - Architectural choices and reasoning ## Why This Matters **Knowledge Preservation:** - Capture expert knowledge before they leave - Document tribal knowledge - Create mentorship materials - Onboard new engineers faster **Consistency:** - Align team coding standards - Replicate expert approaches - Maintain code quality - Scale expertise across team **Learning:** - Learn from senior engineers - Understand decision-making - See real-world patterns - Improve code quality ## H

What's inside
Steps it walks through
  1. What This Skill Does
  2. Why This Matters
  3. How It Works
  4. 1. Research Phase
  5. 2. Analysis Phase
  6. 3. Organization Phase
  7. Output Structure
  8. Engineer Profile README
  9. Coding Style Documentation
  10. Patterns Documentation
  11. Best Practices Documentation
  12. Architecture Documentation
  13. Code Review Documentation
  14. Using This Skill
Ships with 1 file
  • metadata.json
Commands it runs
gh pr list --author [username] --limit 100 --state all
gh pr view [pr-number] --json title,body,files,reviews,comments
gh pr diff [pr-number]
gh api repos/{owner}/{repo}/pulls/{pr}/files
gh pr view [pr-number] --comments
gh api repos/{owner}/{repo}/pulls/{pr}/reviews
gh api search/commits --author [username]
More from claude-skill-registry
All skills →
About this skill
What does the engineer-expertise-extractor skill do?

Research and extract an engineer's coding style, patterns, and best practices from their GitHub contributions. Creates structured knowledge base for replicating their expertise.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill engineer-expertise-extractor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going