What problem does it solve? Inconsistent code style, missing error handling, and weak type safety slow down reviews and introduce bugs. This Skill provides a single reference of universal coding standards so teams write readable, maintainable TypeScript, JavaScript, React, and Node.js code. ## Core Features & Use Cases - Code Quality Principles: Applies readability-first, KISS, DRY, and YAGNI rules with concrete good/bad examples. - Language & Framework Standards: Covers naming, immutability, async/await, type safety, React components, hooks, state management, and conditional rendering. - API & Project Conventions: Defines REST endpoint patterns, consistent response formats, Zod input validation, file organization, and testing standards. - Use Case: When reviewing a pull request, activate this Skill to check for direct state mutation, missing error handling, deep nesting, and magic numbers before approving. ## Quick Start Review this TypeScript module against the coding standards and flag any immutability, error handling, or type safety violations.