typescript
Installation
SKILL.md
TypeScript
Types encode intent. Let the compiler prove the rest.
TypeScript's value is in catching bugs at compile time. Write types that express your
domain; let inference handle the obvious. Never fight the type system — if you need as
or any, the types are wrong.