Enforces high-quality coding standards and architectural patterns for TypeScript, React, and Node.js projects.
This skill serves as a comprehensive guide and guardrail for modern web development, providing Claude with a deep understanding of industry-standard best practices. It covers everything from basic naming conventions and clean code principles like DRY and KISS to advanced React patterns, API design, and performance optimization. By integrating these standards, developers can ensure their codebase remains readable, maintainable, and type-safe while avoiding common anti-patterns and performance bottlenecks throughout the software development lifecycle.
Características Principales
01Implementation of core Clean Code principles including DRY, KISS, and YAGNI.
02Strict TypeScript and JavaScript naming conventions and type safety patterns.
03React-specific best practices for hooks, components, and state management.
04Standardized REST API design conventions and Zod-based input validation.
05Automated code smell detection for long functions, deep nesting, and magic numbers.
061 GitHub stars
Casos de Uso
01Conducting automated code reviews to identify anti-patterns and maintain consistency.
02Bootstrapping new React components or Node.js services using proven architectural structures.
03Onboarding developers to a standardized TypeScript or JavaScript project.