typescript-expert

Provide expert guidance on TypeScript type-level programming and performance optimization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kim-yeo-appweb-lab/trend-korea-app --skill typescript-expert-kim-yeo-appweb-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-expert
Source: https://github.com/kim-yeo-appweb-lab/trend-korea-app/tree/main/.claude/skills/typescript-expert
Command: npx skills add https://github.com/kim-yeo-appweb-lab/trend-korea-app --skill typescript-expert-kim-yeo-appweb-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert-level assistance for complex TypeScript challenges, including advanced type system programming, performance optimization, migration strategies, and modern tooling configurations.

Core Features & Use Cases

  • Advanced Type System: Solve intricate type-level programming problems, leverage conditional types, and implement branded types for robust domain modeling.
  • Performance Optimization: Diagnose and fix slow type checking and build processes.
  • Migration & Tooling: Guide JavaScript to TypeScript migrations and advise on modern tooling like Biome, Nx, and Turborepo.
  • Use Case: Refactor a complex JavaScript codebase to TypeScript, ensuring maximum type safety and optimal build performance.

Quick Start

Use the typescript-expert skill to analyze the current tsconfig.json for strictness and performance issues.

Frequently Asked Questions about typescript-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix slow TypeScript type checking and build performance bottlenecks?

Fix slow TypeScript build performance by analyzing tsconfig.json for strictness issues, diagnosing complex type gymnastics, and optimizing project references. This Skill identifies type-level programming patterns causing bottlenecks and recommends architectural adjustments for faster compilation.

What's the best way to migrate a complex JavaScript codebase to TypeScript?

Migrate JavaScript to TypeScript by incrementally adding type definitions, configuring strictness levels, and resolving intricate type errors. This Skill guides migration strategies to ensure maximum type safety and optimal build performance during the refactoring process.

How do I implement branded types and conditional types for domain modeling in TypeScript?

Implement branded types and conditional types in TypeScript by leveraging advanced type-level programming techniques. This Skill provides expert guidance on solving intricate type gymnastics to achieve robust domain modeling and strict type safety.

Can I use Nx and Turborepo for monorepo management with a strict TypeScript type system?

Use Nx and Turborepo for TypeScript monorepo management by configuring modern tooling alongside strict type system rules. This Skill advises on architectural decisions, ensuring scalable monorepo structures with optimized build processes.

Why does my TypeScript monorepo have intricate debugging issues and how can I resolve them?

Resolve intricate TypeScript monorepo debugging issues by analyzing architectural decisions, tooling configurations, and type system complexities. This Skill diagnoses root causes of build failures and type mismatches to restore optimal project stability.

Does Biome work with TypeScript projects for modern tooling and performance optimization?

Biome works with TypeScript projects to modernize tooling and optimize performance by replacing traditional linters. This Skill advises on integrating Biome alongside Nx or Turborepo to streamline formatting, linting, and build processes.