Type Safety Rules

20 rules across 7 categories, each with detection and fix guidance. TRIGGER WHEN: reviewing or hardening TypeScript against type-system erosion: `any` leakage, unsound casts, missing boundary validation, assertion abuse, tsconfig strictness, exhaustiveness and generics soundness. DO NOT TRIGGER WHEN: style and naming review (use typescript-write), or dead-code detection (use knip).

acaprino Updated

File contents

acaprino/daodan/tree/main/plugins/typescript-development/skills/type-safety-rules commit bca0d7c80b

Frequently asked questions

npx skillmds@latest add acaprino/type-safety-rules