hide-unsafe-assertions とは?
型アサーションが必要な場合に使用します。関数の実装が必要な場合に使用します。安全でないコードを隠す場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
型アサーションが必要な場合に使用します。関数の実装が必要な場合に使用します。安全でないコードを隠す場合に使用します。
コマンドラインで hide-unsafe-assertions AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
If a function needs a type assertion or any internally, that's OK - as long as the public signature is correct. Users see a well-typed API; the unsafe code is contained.
The assertion is hidden inside; callers get a clean API.
We know k in b is true, but TypeScript doesn't connect this to b[k].
型アサーションが必要な場合に使用します。関数の実装が必要な場合に使用します。安全でないコードを隠す場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill hide-unsafe-assertionsBrowse more skills from marius-townhouse/effective-typescript-skills
型アサーションが必要な場合に使用します。関数の実装が必要な場合に使用します。安全でないコードを隠す場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill hide-unsafe-assertions インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills