About
The Code Style skill provides specialized guidance for maintaining a consistent and modern codebase by mandating strict structural rules. It enforces the use of brackets in all control flow statements, promotes the DRY (Don't Repeat Yourself) principle by requiring searches for existing utilities, and implements a 'no legacy' policy that prefers breaking changes over maintaining technical debt. Additionally, it standardizes data presentation by requiring the use of a centralized formatting library rather than native JavaScript methods, ensuring that every part of the application remains clean, readable, and easy to refactor.