What problem does it solve? Inconsistent naming, mutation bugs, missing error handling, and unclear structure slow down teams and introduce defects. This Skill provides a single reference of universal coding standards so code reviews, refactors, and new modules follow the same conventions. ## Core Features & Use Cases - TypeScript/JavaScript Standards: Naming conventions, immutability patterns, error handling, async/await parallelism, and type safety rules with good/bad examples. - React Best Practices: Typed functional components, custom hooks, state updates, conditional rendering, memoization, and lazy loading patterns. - API & Project Conventions: REST endpoint design, consistent response schemas, Zod input validation, file organization, and testing standards (AAA pattern). - Use Case: When reviewing a pull request, activate this Skill to check the diff against immutability rules, early-return patterns, magic-number detection, and descriptive test naming. ## Quick Start Review this TypeScript module against the coding standards and list any violations with suggested fixes.