tail-recursive-generics

Community

Prevent type-depth errors with tail recursion.

Authorluyi985
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript's type system can hit a depth limit when recursively instantiating deep or large types, leading to errors like 'Type instantiation is excessively deep and possibly infinite'. This skill teaches tail-recursive generics patterns that use an accumulator to convert recursive type computations into shallow, tractable steps, enabling robust type-level processing.

Core Features & Use Cases

  • Tail-recursive generics with accumulator patterns to flatten recursive type computations
  • Deep type transformations and type-level loops capable of handling large inputs
  • Real-world scenario: safe processing of deeply nested structures without hitting depth limits

Quick Start

Add a helper type with an accumulator and rewrite the recursive type to use it, then verify behavior with a deeply nested type.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: tail-recursive-generics
Download link: https://github.com/luyi985/lyi-bash/archive/main.zip#tail-recursive-generics

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.