The coding-standards skill provides a comprehensive framework for maintaining high-quality codebases in JavaScript and TypeScript environments. It equips Claude with deep knowledge of essential principles like DRY, KISS, and YAGNI, while enforcing specific implementation patterns for React components, API design, and asynchronous operations. By integrating these battle-tested standards, the skill ensures that AI-generated code remains readable, maintainable, and production-ready, effectively reducing technical debt and streamlining the peer review process.
主要功能
01Enforces immutability patterns and robust async error handling logic.
02Standardizes TypeScript naming conventions and strict type safety protocols.
03Provides architectural guidance for REST API design and project file organization.
04Implements best practices for React functional components and custom hooks.
05Detects and refactors common code smells like deep nesting and magic numbers.
0634,605 GitHub stars