What problem does it solve?
This Skill helps teams reduce TypeScript compile time, eliminate common type errors, and tighten code quality in projects that rely on .ts, .tsx, and .d.ts files.
Core Features & Use Cases
- Compiler Performance Tuning: Improve build speed with tsconfig guidance such as incremental compilation, isolated modules, skipLibCheck, and targeted file includes.
- Type-System Optimization: Refactor complex generics, unions, intersections, and conditional types to make inference faster and declarations cleaner.
- Async and Module Best Practices: Fix slow or fragile async patterns, remove unnecessary wrappers, use Promise.all for parallel work, and organize imports to avoid barrel-file and runtime overhead.
- Safety and Reliability: Strengthen null handling, index access, type guards, exhaustive checks, and other patterns that prevent runtime bugs before they ship.
Quick Start
Analyze the TypeScript project and recommend the highest-impact compiler, typing, async, and module changes needed to improve build performance and fix type errors.