code-quality
Installation
SKILL.md
Code Quality
This skill provides guidance on writing high-quality, maintainable code.
Core Principle
The primary indicator of code quality is how easily (quickly/cheaply) code can be modified for future needs.
All other guidelines serve this goal.
Maintainability
Code must be easily understood to be maintainable.
Naming
Choosing good names is one of the most important parts of coding. Invest time in finding names that reveal intention.