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
exportsmaps / consumer type resolution →node-packaging(this skill owns declaration emission; the packaging skill owns how consumers resolve it). - Test runner TS support →
node-testing.