概要
Provides comprehensive guidance for writing clean, consistent, and type-safe TypeScript code. This skill enforces modern best practices, such as preferring `type` over `interface`, avoiding the `any` type, and maintaining alphabetical order for properties and parameters to improve readability. It also standardizes project setup by integrating BiomeJS for linting and formatting and recommends `dayjs` for reliable date and time calculations, making it ideal for initializing new projects or refactoring existing ones.