typescript-strict-migrator

Installation
SKILL.md

TypeScript Strict Migrator

Incrementally migrate to TypeScript strict mode for maximum type safety.

Core Workflow

  1. Audit current state: Check existing type errors
  2. Enable incrementally: One flag at a time
  3. Fix errors: Systematic approach per flag
  4. Add type guards: Runtime type checking
  5. Use utility types: Proper type transformations
  6. Document patterns: Team guidelines

Strict Mode Flags

Installs
8
GitHub Stars
2
First Seen
Feb 16, 2026
typescript-strict-migrator — monkey1sai/openai-cli