Implements universal coding standards and best practices for modern TypeScript, JavaScript, and React development.
The Coding Standards skill provides a structured framework for building maintainable and scalable software. By codifying principles like KISS, DRY, and YAGNI, it offers developers clear patterns for naming conventions, error handling, immutability, and React component architecture. Whether you are setting up a new Next.js project or auditing an existing codebase, this skill serves as an essential reference for performance optimization, testing standards, and identifying code smells to ensure high-quality software delivery in Traditional Chinese environments.
主な機能
01Standardized REST API design and Zod validation patterns
021 GitHub stars
03React-specific best practices for hooks, state, and components
04Strict TypeScript/JavaScript naming and immutability patterns
05Performance optimization guides for memoization and lazy loading
06Comprehensive quality principles including KISS, DRY, and YAGNI
ユースケース
01Establishing a unified coding style for teams during code reviews
02Refactoring legacy code by identifying and removing common code smells
03Structuring enterprise-level Next.js projects with scalable file organization