Clean Code

Cleans up code files by removing dead code, simplifying structure, and eliminating redundancy without changing behavior. Use when (1) cleaning up code after implementation, (2) reducing complexity in a file or function, (3) removing dead code and unused imports, (4) simplifying control flow and expressions, (5) applying modern language idioms to legacy patterns, or (6) improving readability of dense or convoluted code.

jkappers 8ea79bf 8.0 KB Updated

File contents

jkappers/agent-skills/tree/main/skills/clean-code commit 8ea79bf273

Frequently asked questions

npx skillmds@latest add jkappers/clean-code