What problem does it solve?
This Skill provides a comprehensive set of universal coding standards, best practices, and patterns to ensure code readability, maintainability, and consistency across TypeScript, JavaScript, React, and Node.js projects.
Core Features & Use Cases
- Code Quality Principles: Enforces principles like Readability, KISS, DRY, and YAGNI.
- Language-Specific Standards: Details best practices for variable/function naming, immutability, error handling, and async operations in TypeScript/JavaScript.
- React Best Practices: Covers component structure, custom hooks, state management, and conditional rendering.
- API Design & Testing: Outlines standards for REST APIs, response formats, input validation, file organization, and testing methodologies.
- Use Case: A new developer joins a project and needs to understand the established coding conventions. This Skill serves as the definitive guide to ensure their code aligns with the team's standards.
Quick Start
Review the universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.