home/categories/frontend/marcioaltoe-claude-craftkit-plugins-architecture-design-skills-typescript-type-safety-skill-md
frontenddevelopment

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
maintainer
marcioaltoe
Atualizado 11/28/2025
Estrelas
8
Forks
0
quick start

Installation and usage

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

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use typescript-type-safety