Write type-safe TypeScript code
tsskillsetup L1★381
majiayu000/claude-skill-registry ↗What it does
Apply TypeScript strict types and test-safe patterns
Best for
When building type-safe Node/browser code in projects requiring nullish coalescing and type guards
Outputs
- · type-safe code
- · test suite
Preconditions
Node.js or browser project with TypeScript strict mode available
Failure modes
- · Type assertions hide real type errors
- · Missing test coverage for edge cases