code-refactoring

Installation
SKILL.md

Code Refactoring Patterns

Overview

This skill provides patterns and checklists for refactoring code in the Orient monorepo. Use this when:

  • Extracting shared logic from duplicate implementations
  • Migrating services between src/ and packages/
  • Unifying database access patterns
  • Consolidating tool definitions

Pattern 1: Service Extraction

When to use: Two or more services share identical logic (>50 lines or complex logic).

Checklist

  1. Identify Shared Code
    • Find duplicate implementations in the codebase
Related skills

More from majiayu000/claude-skill-registry

Installs
1
GitHub Stars
303
First Seen
Feb 5, 2026