Clean Minimal Code

Write clear, minimal code: fewer lines with the same behavior, established naming, SOLID and YAGNI, no premature abstraction. Use when implementing or reviewing functions, modules, or refactors; when the user wants clean code, less boilerplate, simplify, or remove unnecessary complexity. Scope boundary: system-wide boundaries and coupling → `stable-architecture`; test loop while editing → `real-time-testing`; React-specific perf → `react-best-practices`.

CatCorner22 Updated

File contents

CatCorner22/Cursor_Skills/tree/main/skills/coding/clean-minimal-code commit 99b61b6287

Frequently asked questions

npx skillmds@latest add catcorner22/clean-minimal-code