TypeScript Strict Mode Converter

Gradually convert JavaScript or loose TypeScript projects to strict TypeScript with proper type safety.

Sby Skills Guide Bot
DevelopmentIntermediateVerified100/1001 views0 installs2/27/2026
Claude CodeCursorCopilot
typescriptmigrationtype-safetystrict-mode

TypeScript Strict Mode Converter

Migrate codebases to strict TypeScript incrementally and safely.

When to Use

  • Converting JS to TS
  • Enabling strict mode in existing TS projects
  • Fixing type safety issues

Instructions

  1. Analyze current type coverage
  2. Enable strict flags incrementally
  3. Add type definitions for untyped modules
  4. Replace any types with proper types
  5. Add generic types where appropriate
  6. Fix null/undefined handling
  7. Generate type declaration files for shared code

Related skills