refactoring-code

Installation
SKILL.md

Fast Refactoring with MorphLLM

MorphLLM edit_file provides semantic code merging at 10,500+ tokens/sec with 98% accuracy. Refactoring here means behavior-preserving change or architecture deepening, not cosmetic churn.

When to Use edit_file

Use edit_file Use Built-in Edit/MultiEdit
Multi-file batch refactoring Single file, clear edit
Style/pattern update everywhere 2-3 targeted replacements
Complex prompt → many changes Need clear diff to review/tune
Structural refactoring at scale Simple rename (replace_all)
5+ files need same pattern Straightforward single-file work

Key Features

  • Semantic merge: Understands code structure, not just text
  • Speed: 10,500 tok/s vs 180 tok/s streaming
  • Accuracy: 98% success rate on edge cases
Related skills
Installs
3
GitHub Stars
19
First Seen
Apr 14, 2026