概要
This skill serves as a comprehensive companion for developers seeking to write high-quality TypeScript code aligned with Google's TypeScript Style Guide. It provides actionable guidance on naming conventions, variable declarations, and type system best practices, favoring interfaces over type aliases and enforcing strict module organization. By identifying anti-patterns and recommending modern alternatives—such as using 'unknown' instead of 'any'—it helps engineers build robust, scalable applications while maintaining high standards during both implementation and code review processes.