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.

Installs
6
GitHub Stars
18
First Seen
Feb 21, 2026
code-quality — booch/config_files