node-typescript

Installation
SKILL.md

node-typescript

Produces TypeScript configurations that are explicit, strict, and correct for how the code is consumed. The failures this skill fixes: models copy tsconfigs whose implicit defaults changed between TypeScript majors, pick bundler resolution for unbundled Node packages (broken for consumers), and flip strict mode on a large codebase in one unreviewable big bang.

When NOT to use

  • Lint/format rules → node-lint.
  • Bundling and exports maps / consumer type resolutionnode-packaging (this skill owns declaration emission; the packaging skill owns how consumers resolve it).
  • Test runner TS support → node-testing.

Workflow

Installs
16
GitHub Stars
1
First Seen
Jul 21, 2026
node-typescript — paldom/node-skills