TypeScript Strict Types Strict Mode
Installation
SKILL.md
TypeScript Strict Types Strict Mode
Purpose
Use this skill for TypeScript repositories that already use strict compiler settings.
This variant gives stricter guidance for repos where the compiler already enforces type safety and the main work is removing unsafe assumptions, narrowing unknown values, and keeping boundary contracts precise.
When to Use
Use this skill when:
strict: trueis enabled- the repo is ready for stricter type guidance
- unsafe
anyneeds to be removed under strict settings - DTO and boundary contracts need tightening