typescript-react-standards

Installation
SKILL.md

TypeScript & React Standards

Opinionated standards for building TypeScript and React applications. These are the patterns we use at Avant Media across client projects and internal products. They prioritize readability, maintainability, and developer experience over cleverness.

TypeScript Conventions

Strict mode, always

Every project uses strict: true in tsconfig.json. No exceptions. This catches entire categories of bugs at compile time. If the types are hard to write, the code is probably too complex.

Installs
16
GitHub Stars
1
First Seen
Feb 22, 2026
typescript-react-standards — avantmedialtd/skills