Typescript Type Safety

TypeScript type safety including type guards and advanced type system features. **ALWAYS use when writing ANY TypeScript code (frontend AND backend)** to ensure strict type safety, avoid `any` types, and leverage the type system. Examples - "create function", "implement class", "define interface", "type guard", "discriminated union", "type narrowing", "conditional types", "handle unknown types". Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/marcioaltoe--claude-craftkit--typescript-type-safety commit e04e404f08

Frequently asked questions

npx skillmds@latest add tomevault-io/typescript-type-safety-2