| name | code-simplify |
| description | Simplify code by removing unnecessary complexity, duplication, and non-idiomatic patterns while preserving behavior. Use when the user says "simplify", "clean up", or "reduce complexity". |
| disable-model-invocation | true |
Code Simplify
Analyze the target code and identify unnecessary complexity, duplication, non-idiomatic patterns, over-engineering, and reimplementations of things that already exist in the codebase or its dependencies. Rewrite with explanations of what changed and why. Preserve behavior exactly, improve clarity.
Run project verification commands after changes. Wait for explicit approval before applying.