moai-essentials-refactor

Guide code refactoring with design patterns and step-by-step improvement plans.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-essentials-refactor-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-essentials-refactor
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-essentials-refactor
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-essentials-refactor-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as your personal "Alfred Refactoring Coach," guiding you through the process of improving code quality, readability, and maintainability. It helps identify code smells, recommends appropriate design patterns, and provides step-by-step plans to eliminate technical debt and enhance your codebase's long-term health.

Core Features & Use Cases

  • Refactoring Techniques: Guides through techniques like Extract Method, Replace Conditional with Polymorphism, and Introduce Parameter Object to simplify complex code.
  • Design Pattern Recommendations: Suggests patterns like Builder, Strategy, Singleton, Adapter, and Factory to solve common design problems.
  • 3-Strike Rule: Helps identify when to refactor by recognizing recurring code patterns.
  • Use Case: When you say "리팩토링 도와줘" (help with refactoring) or "중복 코드 제거해줘" (remove duplicate code), this skill will analyze your code and provide actionable improvement plans.

Quick Start

Ask "중복 코드 제거해줘" and the skill will identify duplicates and suggest an Extract Method refactoring.