What problem does it solve? Teams struggle to keep code consistent across projects and contributors, leading to unreadable code, mutation bugs, and inconsistent review standards. This Skill provides a shared baseline of coding conventions that applies to any TypeScript, JavaScript, or React project. ## Core Features & Use Cases - Naming and Readability Rules: Enforces descriptive variable and function names, verb-noun function patterns, and self-documenting code over comments. - Immutability and Error Handling: Mandates spread-operator updates instead of direct mutation, plus structured try/catch patterns and typed API responses. - Code Smell Detection: Flags long functions, deep nesting, and magic numbers with concrete before-and-after examples. - Use Case: When reviewing a pull request in a Next.js project, activate this Skill to check naming, immutability, async patterns, and validation against a consistent baseline before approving. ## Quick Start Ask the AI to review your current file or module against the coding-standards conventions and list any violations with fixes.