소개
The Code Conventions skill transforms Claude into a specialized code quality auditor that ensures your codebase remains readable, maintainable, and consistent. By applying strict architectural principles like the Early Return Pattern and enforcing specific size limits—such as a 50-line maximum for functions and 200 lines for classes—this skill prevents the accumulation of technical debt and 'God functions.' It provides comprehensive, language-specific guidance for TypeScript, Python (PEP-8), and Java, covering everything from naming patterns and import ordering to the elimination of generic utility files and magic numbers.