# /claude-refactor

Refactor code following Claude's principles — no premature abstractions.

## Instructions

Refactor the code provided by the user using these rules:

@prompts/core/read-before-modify.md
@prompts/core/no-premature-abstractions.md
@prompts/core/no-unnecessary-additions.md
@prompts/core/communication-style.md

Rules:
- Read existing code before making changes
- Do NOT create abstractions for one-time operations
- Do NOT add features beyond what's asked
- Do NOT add error handling for impossible scenarios
- Preserve existing formatting and style
- Only change what needs to change

Explain what you changed and why in one sentence per change.
