code-refactoring
Refactor code using SOLID principles and DRY patterns with a multi-agent validation and testing workflow.
Install
npx skills add https://github.com/supercent-io/skills-template --skill code-refactoringStats
| Total installs | 11,859 |
| Weekly installs | 11.9K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Covers five core refactoring patterns: Extract Method, DRY principle removal, conditional-to-polymorphism conversion, parameter object introduction, and SOLID principle application
- Includes behavior validation workflow with pre-refactoring analysis, post-refactoring testing (unit, type, lint, snapshot), and change documentation
- Provides refactoring checklist covering function length, parameter count, nesting depth, magic numbers, and self-documentation
- Enforces mandatory constraints: write tests first, change one thing at a time, preserve all functional behavior
- Supports multi-agent workflows with role-based verification across orchestration, analysis, and test execution phases
Tags
Related skills
| Skill | Installs | vs code-refactoring |
|---|---|---|
| skill-standardization | 10,472 | -1,387 |
| git-workflow | 11,055 | -804 |
| vitest | 10,256 | -1,603 |
| security-best-practices | 14,114 | +2,255 |
| oh-my-codex | 9,994 | -1,865 |
FAQ
- How many installs does code-refactoring have?
- code-refactoring has 11,859 total installs and 11.9K installs this week.
- Where is code-refactoring hosted?
- code-refactoring is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does code-refactoring have?
- code-refactoring has 88 GitHub stars.
- When was code-refactoring first indexed?
- OrangeBot.AI first indexed code-refactoring on Jan 24, 2026.
- How do I install code-refactoring?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill code-refactoring