dry-refactoring
Guides systematic code refactoring following the DRY (Don't Repeat Yourself) principle. Use when user asks to eliminate code duplication, refactor repetitive code, apply DRY principle, or mentions code smells like copy-paste, magic numbers, or repeated logic. Implements a 4-step workflow from identifying repetition to verified refactoring.
$ 安裝
git clone https://github.com/YYH211/Claude-meta-skill /tmp/Claude-meta-skill && cp -r /tmp/Claude-meta-skill/dry-refactoring ~/.claude/skills/Claude-meta-skill// tip: Run this command in your terminal to install the skill
