About
This skill equips Claude with specialized knowledge for writing safer, more predictable TypeScript code. It focuses on replacing traditional 'throw' patterns with Result types for expected failures, implementing custom Error classes for unexpected issues, and managing network instability with exponential backoff retry logic. By enforcing modern conventions like nullish coalescing and type-safe failure handling, it ensures that TypeScript projects are more maintainable, easier to debug, and resilient against runtime crashes.