refactoring-code
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
More from alexei-led/cc-thingz
improving-tests
Improve test design and coverage, including TDD/red-green-refactor guidance. Use when user says "improve tests", "refactor tests", "test coverage", "combine tests", "table-driven", "parametrize", "test.each", "test-first", "TDD", "red-green-refactor", or wants to remove test waste.
4debating-ideas
Dialectic thinking — spawn thesis and antithesis agents to stress-test ideas, then synthesize and verify against code. Use when user says "debate", "argue both sides", "devil's advocate", "stress test this idea", "pros and cons of approach", or wants rigorous evaluation of a design decision.
3linting-instructions
Lint plugin agent/skill prompts against rules derived from Anthropic model cards (Opus 4.6, Sonnet 4.6). Use when authoring or reviewing skills and agents — "lint instructions", "audit prompts", "model card rules".
3learning-patterns
Extract learnings and generate project-specific customizations (CLAUDE.md, commands, skills, hooks). Use when user says "learn", "extract learnings", "what did we learn", "save learnings", "adapt config", or wants to improve Claude Code based on conversation patterns.
3documenting-code
Update project documentation based on recent changes. Use when user says "update docs", "document", "add documentation", "update readme", "write docs", or wants to improve documentation.
3analyzing-usage
>-
3