Enforces universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.
This Claude Code Skill provides a comprehensive framework for maintaining high-quality codebases by implementing industry-standard design patterns and principles. It guides Claude to prioritize readability, simplicity (KISS), and modularity (DRY) while offering specific implementation patterns for React hooks, asynchronous error handling, Type Safety with Zod, and efficient API design. Whether refactoring legacy code or starting new features, this skill ensures consistency across variable naming, file organization, and performance optimization techniques like memoization and lazy loading.
主な機能
01Provides robust error handling and optimized asynchronous execution patterns
02Identifies and refactors code smells like deep nesting, long functions, and magic numbers
03Standardizes TypeScript/JavaScript naming conventions and strict type safety patterns
041 GitHub stars
05Enforces REST API design principles and Zod schema validation for input safety
06Implements React best practices for functional components, custom hooks, and state management
ユースケース
01Standardizing a new project's architecture and directory structure following Next.js or Node.js conventions
02Optimizing React application performance through strategic memoization and efficient component design
03Refactoring legacy JavaScript code into clean, type-safe TypeScript with immutability patterns