test-your-types
✓型宣言を記述するときに使用します。ライブラリをオーサリングするときに使用します。タイプ ユーティリティをリファクタリングするときに使用します。型と実装が別の場合に使用します。型に複雑なロジックが含まれている場合に使用します。
SKILL.md
Just as you write tests for runtime code, you should write tests for your types. Type-level code can have bugs too, and type declarations can drift out of sync with implementations. Testing types ensures your declarations work correctly and catch the errors they should.
Type testing is particularly important for library authors, complex type utilities, and whenever types are defined separately from implementations.
Write tests for your types. Test that valid types work, invalid types fail, and the error messages are helpful.
型宣言を記述するときに使用します。ライブラリをオーサリングするときに使用します。タイプ ユーティリティをリファクタリングするときに使用します。型と実装が別の場合に使用します。型に複雑なロジックが含まれている場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill test-your-types- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-05
- 更新日
- 2026-02-18
クイックアンサー
test-your-types とは?
型宣言を記述するときに使用します。ライブラリをオーサリングするときに使用します。タイプ ユーティリティをリファクタリングするときに使用します。型と実装が別の場合に使用します。型に複雑なロジックが含まれている場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
test-your-types のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill test-your-types インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/marius-townhouse/effective-typescript-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-05