Enforces universal coding standards and architectural patterns for high-quality TypeScript, JavaScript, React, and Node.js development.
The Coding Standards skill provides a comprehensive framework for maintaining professional-grade codebases. It guides Claude to implement industry-standard principles such as DRY, KISS, and YAGNI while enforcing specific patterns for variable naming, error handling, and immutability. By integrating these practices into the development workflow, the skill ensures that code remains readable, maintainable, and scalable, whether you are starting a fresh project or refactoring legacy systems to meet modern requirements.
主な機能
01React-specific best practices for hooks, state management, and memoization
02Comprehensive async/await and error handling implementation guidelines
03Standardized naming conventions for variables, functions, and file structures
04Strict immutability patterns for predictable state and data management
05Standardized REST API design patterns and Zod-based input validation
060 GitHub stars
ユースケース
01Refactoring legacy JavaScript/TypeScript codebases to meet modern architectural standards
02Onboarding new contributors to a project by enforcing consistent coding conventions
03Automating code reviews to detect anti-patterns like deep nesting or magic numbers