Back to list
recca0120

skills-analyzer

by recca0120

Claude Code Skills for analyzing, refactoring, and validating skills - Lint checks, duplicate detection, and shared module extraction

1🍴 0📅 Jan 19, 2026

SKILL.md


name: skills-analyzer description: "Analyzes Claude Code Skills for lint issues and duplicate content. Use when user asks to analyze skills, lint skills, check quality, or find duplicates."

Skills Analyzer

When to Use

This is Step 1 of the refactoring workflow:

  1. analyze ← You are here
  2. extract → Run after analysis identifies issues
  3. validate → Run after extraction completes

Workflow

Step 1: Scan Skills

Locate all SKILL.md files in .claude/skills/ or ~/.claude/skills/.

Step 2: Check Issues

For each SKILL.md, check lint rules (frontmatter, content, naming, reference, security).

Rule details: references/lint-rules.md

Step 3: Detect Duplicates

Compare content across all SKILL.md files for exact (100%), near (≥80%), or structural duplicates.

Detection patterns: references/duplicate-patterns.md

Step 4: Calculate Quality Score

Score = 100 - (Errors × 10) - (Warnings × 5) + Bonus (max 100)

Score details: references/lint-rules.md#quality-score-calculation

Output

# Analysis Report

## Summary
- Skills: [count] | Score: [0-100] | Errors: [n] | Warnings: [n]

## Issues
### `[rule]` skill-name/SKILL.md:[line]
**Problem**: [description]
**Fix**: [before/after code]

## Duplicates
- [type]: [locations] → Extract to shared/[name].md

Next Step

If issues found → Run skills-extractor to refactor

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon