소개
The Code Standards skill provides Claude with a quantitative framework for assessing code quality, moving beyond abstract philosophy to concrete, actionable thresholds. It automatically evaluates file sizes, function lengths, and cyclomatic complexity while enforcing core principles like KISS, DRY, and SRP. Whether performing a code review, refactoring legacy code, or ensuring architectural boundaries, this skill helps developers identify 'code smells' and provides structured suggestions to align with professional software engineering standards.