About
This skill transforms Claude into a strict TypeScript architect focused on the philosophy that 'if it type-checks, it works.' It enforces high-integrity coding patterns by prohibiting unsafe 'as' assertions, mandating runtime validation for external data, and utilizing advanced features like discriminated unions and 'satisfies' operators. By shifting the burden of proof from runtime tests to the type system, this skill ensures more predictable, maintainable, and bug-free codebases.