← all publishers

xpiu

@xpiu source repo

1 published skill

  1. Simplify · xpiu bundle
    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.
    0 installs