·tail-recursive-generics
</>

tail-recursive-generics

当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。

4安装·0热度·@marius-townhouse

安装

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-generics

如何安装 tail-recursive-generics

通过命令行快速安装 tail-recursive-generics AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-generics
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:marius-townhouse/effective-typescript-skills。

SKILL.md

查看原文

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-generics
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from marius-townhouse/effective-typescript-skills

快速解答

什么是 tail-recursive-generics?

当出现“类型实例化过深”错误时使用。在编写递归泛型类型时使用。在加工大型或深型结构时使用。在构建类型级循环时使用。 来源:marius-townhouse/effective-typescript-skills。

如何安装 tail-recursive-generics?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tail-recursive-generics 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/marius-townhouse/effective-typescript-skills