This skill applies company coding standards expressed as Avoid (anti-patterns) and Prefer (recommended patterns) to in-code patterns only. For file and folder naming and structure, use react-files-structure-standards.
Standards are defined in the references/ folder. Load these files when you need the exact Avoid/Prefer rules and examples:
| Coding patterns | references/common-coding-patterns.md | TypeScript (types, control flow, errors, enums, destructuring, etc.) | | Naming patterns | references/common-naming-patterns.md | In-code naming (boolean prefixes, descriptive names) | | React patterns | references/common-react-patterns.md | Hooks, components, JSX, state, styling, fragments |
Enforces internal React and TypeScript coding standards using avoid/prefer rules. Use when reviewing or refactoring React/TS code, applying company standards, or when the user asks to align code with coding standards. Source: lichens-innovation/ai-dev-tools.