What problem does it solve? Inconsistent code style, unclear naming, and missing formatting checks slow down code reviews and create technical debt across TypeScript, JavaScript, and React projects. ## Core Features & Use Cases - Naming and Structure Conventions: Provides concrete good/bad examples for variables, functions, components, file organization, and project structure. - React and TypeScript Patterns: Covers typed components, state management, memoization, lazy loading, and async/await best practices. - Prettier Enforcement: Mandates running prettier --check after every JS/TS/Vue change, with commands for workspaces and standard projects. - Use Case: When reviewing a pull request or starting a new module, activate this Skill to validate naming, detect code smells like deep nesting and magic numbers, and confirm Prettier passes before committing. ## Quick Start Review this TypeScript file against the coding standards and fix any naming, formatting, or code smell issues.