home/categories/debugging/djankies-claude-configs-typescript-skills-using-type-guards-skill-md
debuggingtools

using-type-guards

Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks.

djankies
maintainer
djankies
更新日 11/25/2025
スター
0
フォーク
0
quick start

Installation and usage

Teaches how to write custom type guards with type predicates and use built-in type narrowing in TypeScript. Use when working with unknown types, union types, validating external data, or implementing type-safe runtime checks.

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use using-type-guards