Claude-skill-registry Advanced Typescript Type Level

Master TypeScript type-level programming with conditional types, mapped types, template literals, and infer patterns. Use when writing advanced types, creating utility types, or solving complex type challenges.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/advanced-typescript-type-level" ~/.claude/skills/majiayu000-claude-skill-registry-advanced-typescript-type-level && rm -rf "$T"
manifest: skills/data/advanced-typescript-type-level/SKILL.md
source content

Advanced Typescript Type Level

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle advanced TypeScript type-level programming.

Instructions

For details, refer to the information provided in this file: typescript-type-level