typescript
Installation
SKILL.md
TypeScript Development
A comprehensive guide to writing modern, maintainable TypeScript code with strict type safety, modular design patterns, and current best practices. This skill ensures type-safe implementations that leverage TypeScript's full potential while avoiding common pitfalls.
When to Use
- Writing new TypeScript modules, utilities, or components
- Designing interfaces and type hierarchies for reusable code
- Implementing OOP patterns (classes, inheritance, composition)
- Migrating code to TypeScript 6.0+ (breaking changes + deprecations)
- Refactoring existing code to eliminate type errors and improve maintainability
- Setting up
tsconfig.jsonfor new projects - Designing APIs with proper error handling and async patterns