Simplify

Simplify and clean up recently changed code — cut complexity, remove duplication, flatten convoluted logic, drop dead code, and improve readability while strictly preserving behavior. Quality only: it does not hunt for correctness bugs. Use whenever the user asks to "simplify", "clean up", "tidy", "de-slop", or "refactor for clarity", and proactively right after generating or accepting a batch of code or finishing a refactor — even if they never say the word "simplify". Reach for it when code looks overengineered: redundant logic, needless abstractions, unused imports or variables, or deeply nested conditionals.

xpiu Updated

File contents

xpiu/simplify/tree/main/ commit 7ecf5047e4

Frequently asked questions

npx skillmds@latest add xpiu/simplify