Home /Claude Skills /skills-refactor
Recommended

Skills Refactor

Say goodbye to duplicate code and messy skill libraries
The antidote for messy skill libraries
Core Principle:
This is a refactoring toolkit specifically designed for Claude Code Skills. It automatically detects duplicates, validates best practices compliance, and helps extract shared modules - like having a personal code doctor for your skill library.
KEY FEATURES
01Lint Checking
Automatically scans against 18 official rules
02Quality Scoring
0-100 score visualizing your skill's health
03Duplicate Detection
Smartly finds exact, near and structural duplicates
04Module Extraction
Turns duplicates into reusable shared modules
github.com/recca0120/skills-refactor
data-ai·recca0120·2026-01-29·1·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/recca0120/skills-refactor.git
SSH
git clone [email protected]:recca0120/skills-refactor.git
GitHub CLI
gh repo clone recca0120/skills-refactor
FAQ
Q: What are the installation steps for Skills Refactor Agent Skills?
1.Analyze: Scan skills in target directory
2.Report: List violations and duplicates
3.Extract: Turn duplicates into shared modules
4.Validate: Ensure functionality remains
Q: What are the highlights of Skills Refactor Agent Skills?
  • 18 official rules
  • Smart duplicate detection
  • One-click extraction
  • Lightweight implementation
Q: What are the use cases for Skills Refactor Agent Skills?
  • Pre-development checks
  • Large skill library maintenance
  • Team collaboration standardization
  • Refactoring quality assurance
Q: What are the limitations of Skills Refactor Agent Skills?
  • Claude Code Skills only
  • Some features require manual verification