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".

marcioaltoe 2c9f7a8 11.4 KB Updated

File contents

marcioaltoe/claude-craftkit/tree/main/plugins/architecture-design/skills/typescript-type-safety commit 2c9f7a81bb

Frequently asked questions

npx skillmds@latest add marcioaltoe/typescript-type-safety