# typescript > TypeScript coding standards and best practices. Use when writing or reviewing TypeScript code, working with type definitions, or discussing TypeScript patterns. - Author: Ben Drucker - Repository: bendrucker/claude - Version: 20260120152352 - Stars: 6 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/bendrucker/claude - Web: https://mule.run/skillshub/@@bendrucker/claude~typescript:20260120152352 --- --- name: typescript description: TypeScript coding standards and best practices. Use when writing or reviewing TypeScript code, working with type definitions, or discussing TypeScript patterns. user-invocable: false --- # TypeScript - Avoid using `any` type. Use specific types or `unknown` if necessary.