Code Simplify

Simplify working code without changing behavior — reduce complexity, remove dead abstractions, favor clarity over cleverness. Use when code works but is harder to read or maintain than it should be, or the user asks to "simplify", "clean up", "reduce complexity", or "make this clearer". Don't use to add features or backfill tests (use /tdd or /fortify), design a new interface (use /codebase-design), or review a PR (use /code-review).

helderberto Updated

File contents

helderberto/skills/tree/main/skills/code-simplify commit 6853248513

Frequently asked questions

npx skillmds@latest add helderberto/code-simplify