Enforces universal coding standards and patterns for high-quality TypeScript, JavaScript, React, and Node.js development.
This skill provides a comprehensive set of industry-standard coding guidelines and best practices specifically tailored for modern web development. It equips Claude with the logic to implement clean, maintainable, and efficient code by adhering to principles like KISS, DRY, and YAGNI. From structuring React components and custom hooks to designing type-safe APIs with Zod and optimizing performance through memoization, this skill ensures that every line of code produced is professional, readable, and ready for production environments.
主な機能
01Standardized naming conventions for variables, functions, and file structures
02Modern React patterns including custom hooks, state management, and conditional rendering
03Automated detection of code smells such as deep nesting and magic numbers
04Type-safe API design using REST conventions and Zod validation
05Performance optimization techniques like lazy loading and memoization
061 GitHub stars
ユースケース
01Onboarding developers by providing a consistent set of project-wide coding rules
02Refactoring complex functions into smaller, more readable, and testable units
03Standardizing a legacy codebase to modern TypeScript and React best practices