typescript
Installation
SKILL.md
ABOUTME: TypeScript skill for ecommerce monorepo with Next.js and Fastify
ABOUTME: Covers type patterns, Prisma, Zod, React Query, and testing conventions
TypeScript Skill (Ecommerce)
Quick Reference
| Rule | Convention |
|---|---|
| Strict mode | Always enabled |
| Null checks | strictNullChecks: true |
| Return types | Explicit for public APIs |
| Zod schemas | Validation at boundaries |
| Prisma types | Auto-generated, never manual |
Project Structure
Related skills