Collection

Best Skills for TypeScript Teams

Curated for TypeScript-heavy stacks: type safety, Next.js App Router, Vitest, Prisma migrations, structured testing, and reviewable patterns.

9 skills · ranked by composite score

Curated

Best Skills for TypeScript Teams

Review for reuse, quality, efficiency. Catches over-abstraction and dead code before merge.

ReviewRefactorDRY
Code

Next.js App Router by the book. Server components, streaming, parallel routes.

Next.jsReactApp Router
Code

Boolean prop hell → compound components. Cleaner React component APIs by construction.

ReactPatternsAPI design
Code

TDD with red/green/refactor as a concrete TypeScript walkthrough.

TDDTypeScript
Code

TypeScript strict mode by default. Discriminated unions, branded types, exhaustive switches.

TypeScriptTypesStrict
Code

Vitest patterns: snapshots, mocks, parallel runs, in-source tests, coverage.

VitestUnit testingTypeScript
Code

Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct.

PrismaTypeScriptMigrations
Code