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.

跳到安装

来源信息

仓库
joeedh/js-to-ts-skill
最近来源活动
2026年5月31日 19:31
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。