What problem does it solve?
This skill eliminates inconsistent coding patterns, naming ambiguity, and runtime errors by enforcing strict, production-grade TypeScript conventions across the codebase.
Core Features & Use Cases
- Naming & Style Enforcement: Standardizes identifiers using camelCase and descriptive, self-documenting naming conventions to ensure code readability.
- Type Safety & Patterns: Mandates explicit return types, prohibits dangerous constructs like switch statements or enums, and enforces modern Zod 4 schema definitions.
- Use Case: When refactoring a complex utility function, use this skill to ensure the function parameters are structured as an options object, the return type is explicitly defined, and any associated Zod schemas follow the latest v4 migration standards.
Quick Start
Apply the typescript skill to review the current file for naming convention violations and Zod 4 schema compliance.