What problem does it solve? Inconsistent code style, missing error handling, and anti-patterns slow down teams and create maintenance debt. This Skill provides a single reference of universal coding standards so every review, refactor, or new module follows the same conventions. ## Core Features & Use Cases - Language Standards: Naming, immutability, error handling, async/await, and type-safety rules for TypeScript and JavaScript. - React & API Guidance: Component structure, custom hooks, state management, REST conventions, and Zod-based input validation. - Quality Checks: Code smell detection (long functions, deep nesting, magic numbers), testing standards, and performance patterns like memoization and lazy loading. - Use Case: When reviewing a pull request, ask the AI to check the code against these standards to catch mutations, missing error handling, and untyped functions before merge. ## Quick Start Review this TypeScript file against the coding standards and flag any violations of naming, immutability, or error handling rules.