Enforces high-quality development patterns for TypeScript, JavaScript, React, and Node.js.
The Coding Standards skill equips Claude with a robust framework for generating and refactoring code according to industry-leading patterns. It emphasizes readability and maintainability through core principles like DRY, KISS, and YAGNI, while offering specific implementation guidance for modern web stacks. From strict TypeScript typing and immutable state management to optimized React hooks and secure API design with Zod, this skill ensures that every line of code meets production-grade standards for performance, scalability, and developer experience.
주요 기능
01Applies performance best practices like memoization and lazy loading
02Implements optimized React functional components and custom hook patterns
030 GitHub stars
04Enforces robust API design using REST conventions and Zod validation
05Standardizes naming conventions and type safety across JS/TS projects
06Identifies and refactors common code smells like deep nesting and magic numbers
사용 사례
01Refactoring legacy JavaScript into high-quality, type-safe TypeScript
02Bootstrapping new features with production-ready file structures and testing patterns
03Enforcing consistent architectural patterns across a multi-developer team