Enforces 2025 strict TypeScript standards. Focuses on type safety at runtime (Zod), strict compiler options, and advanced type gymnastics only when necessary to prevent bugs.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Enforces 2025 strict TypeScript standards. Focuses on type safety at runtime (Zod), strict compiler options, and advanced type gymnastics only when necessary to prevent bugs.
license
MIT
What I do
Audit and generate tsconfig.json with maximum strictness (noUncheckedIndexedAccess).
Implement runtime validation using zod for all IO boundaries (API responses, form inputs).
Refactor any and loose types to strict, narrowed types.
Apply "Branded Types" for primitives (e.g., UserId vs string) to prevent logic errors.
When to use me
When setting up a new TypeScript project.
When asked to "fix type errors" or "improve type safety".
When writing API clients or data processing logic.