tail-recursive-generics とは?
「型のインスタンス化が深すぎる」エラーが発生した場合に使用します。再帰的なジェネリック型を記述するときに使用します。大型構造物や深型構造物を加工する場合に使用します。型レベルのループを構築するときに使用します。 ソース: marius-townhouse/effective-typescript-skills。
「型のインスタンス化が深すぎる」エラーが発生した場合に使用します。再帰的なジェネリック型を記述するときに使用します。大型構造物や深型構造物を加工する場合に使用します。型レベルのループを構築するときに使用します。
コマンドラインで tail-recursive-generics AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
TypeScript limits the depth of type instantiation to prevent infinite loops. When you hit "Type instantiation is excessively deep and possibly infinite," you need to refactor your recursive types to be tail-recursive. Using an accumulator pattern, you can write types that TypeScript can optimize, avoiding depth limits.
This skill is essential for type-level programming that processes large or deeply nested structures.
Use accumulator patterns to make generic types tail-recursive. Pass accumulated results as type parameters rather than building up nested type structures.
「型のインスタンス化が深すぎる」エラーが発生した場合に使用します。再帰的なジェネリック型を記述するときに使用します。大型構造物や深型構造物を加工する場合に使用します。型レベルのループを構築するときに使用します。 ソース: marius-townhouse/effective-typescript-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-genericsBrowse 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 tail-recursive-generics インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills