Skip to main content

js-to-ts-port

Port a JavaScript codebase to TypeScript using a disciplined two-pass method (pass 1 = best-guess types ignoring errors, pass 2 = drive the typechecker to zero), plus the setup/verification/gotcha checklist learned from doing it. Use when the user asks to "port to TypeScript", "convert this JS project to TS", "add TypeScript", "migrate .js to .ts", "typescriptify", or similar. Covers tooling scaffold, rename-in-place, parallelizing with subagents, and the runtime-breakage traps a typecheck alone won't catch.

Aller à l'installation

Informations de source

Dépôt
joeedh/js-to-ts-skill
Dernière activité de la source
31 mai 2026 à 19:31
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.