Code Simplification

Simplifies recently changed or explicitly scoped code while preserving observable behavior, error semantics, side effects, ordering, and public contracts. Use for readability cleanup, dead-code removal, reducing nesting, eliminating redundant wrappers, or making an implementation easier to maintain. Not for architecture redesign, new behavior, speculative cleanup, or a refactor without an adequate safety net.

thiientv Updated

File contents

thiientv/godmode/tree/main/skills/code-simplification commit ab41f0ab54

Frequently asked questions

npx skillmds@latest add thiientv/code-simplification