概要
The Clean Code skill transforms AI-generated code into professional-grade software by enforcing strict adherence to industry best practices like SRP, DRY, and KISS. It prioritizes direct solutions over over-engineering, encourages small single-responsibility functions, and eliminates unnecessary comments in favor of self-documenting naming conventions. Designed for developers who value readability and efficiency, this skill ensures that every code change is context-aware and verified through mandatory validation scripts and dependency checks, preventing broken imports and logical regressions.