Enforces universal coding standards and patterns for high-quality TypeScript, JavaScript, React, and Node.js development.
This skill provides a comprehensive framework for writing clean, maintainable, and scalable code within the modern web ecosystem. It integrates core software engineering principles like DRY, KISS, and YAGNI with concrete implementation patterns for TypeScript type safety, React component architecture, and RESTful API design. By activating this skill, developers can ensure consistency across their codebase, improve readability for team members, and implement performance-focused patterns such as memoization and lazy loading from the start of the development cycle.
主な機能
01Type-safe API design with Zod validation and consistent response structures
02React functional component and custom hook implementation patterns
030 GitHub stars
04Standardized naming conventions for variables, functions, and files
05Automated code smell detection for long functions and deep nesting
06Best practices for async/await, error handling, and immutability
ユースケース
01Refactoring legacy code to meet modern TypeScript and React standards
02Onboarding new contributors to a project's specific coding conventions
03Establishing a robust project structure and linting foundation for new modules