Enforces universal coding standards and industry best practices for TypeScript, JavaScript, React, and Node.js development.
This skill provides a comprehensive framework for writing high-quality, maintainable code across the modern web stack. It integrates core software engineering principles like DRY, KISS, and YAGNI with specific implementation patterns for TypeScript type safety, React component architecture, and robust API design. By applying these standards, developers can ensure consistent naming conventions, efficient error handling, and optimized performance across their projects, significantly reducing technical debt and improving long-term project scalability.
주요 기능
01Project structure and file organization guidelines for Next.js and Node.js environments
02Comprehensive TypeScript and JavaScript naming conventions and type safety patterns
03Automated code smell detection for identifying long functions, deep nesting, and magic numbers
04Standardized API design patterns for RESTful services and Zod-based input validation
05React-specific best practices for functional components, custom hooks, and state management
060 GitHub stars
사용 사례
01Refactoring legacy JavaScript code to align with modern immutability and async/await patterns
02Standardizing a new TypeScript or React project's codebase to ensure consistency from day one
03Conducting code reviews with a standardized checklist for performance, readability, and security